DangerBlack
DangerBlack
In the documentation we do not know the format on witch the public and private key is formatted. Like pem, PKIX or something else. Could really be helpful for compatibility...
Hey very happy you managed to resolve the dispute! cheers!
Running the tools without apktool cause this exceptions! ``` ❯ apkurlgrep -a mypersonal.apk panic: Didn't find 'apktool' executable. Install instructions is here: https://ibotpeaches.github.io/Apktool/install/ goroutine 1 [running]: github.com/ndelphit/apkurlgrep/command/dependency.isApktoolInstalled(...) /home/danger/go/pkg/mod/github.com/ndelphit/[email protected]/command/dependency/dependency.go:22 github.com/ndelphit/apkurlgrep/command/dependency.AreAllReady() /home/danger/go/pkg/mod/github.com/ndelphit/[email protected]/command/dependency/dependency.go:10...
Icon didn't shows up when I deploy on my machine but works perfectly on your enviroment. For reference I used this dockerfile ``` # Stage 1: build the application FROM...