mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-19 22:06:08 -04:00
Update fdroid scripts
This commit is contained in:
2
apps/mobile-app/android/fdroid/.gitignore
vendored
2
apps/mobile-app/android/fdroid/.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
fdroiddata
|
||||
fdroidserver
|
||||
net.aliasvault.app.yml
|
||||
*.apk
|
||||
*.idsig
|
||||
|
||||
@@ -25,8 +25,12 @@ error() { echo -e "${RED}[ERROR]${RESET} $1"; }
|
||||
|
||||
echo -e "${YELLOW}=== APK Debug Signer (macOS) ===${RESET}"
|
||||
|
||||
# --- Ask for unsigned APK ---
|
||||
read -rp "Enter unsigned APK filename (example: app-release-unsigned.apk): " APK_IN
|
||||
# --- Unsigned APK: from argument or prompt ---
|
||||
if [[ -n "${1:-}" ]]; then
|
||||
APK_IN="$1"
|
||||
else
|
||||
read -rp "Enter unsigned APK filename (example: app-release-unsigned.apk): " APK_IN
|
||||
fi
|
||||
|
||||
if [[ ! -f "$APK_IN" ]]; then
|
||||
error "File not found: $APK_IN"
|
||||
|
||||
Reference in New Issue
Block a user