adjust targets to align with cordova update
This commit is contained in:
parent
f146597825
commit
7d07f5c117
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,9 +1,9 @@
|
|||
|
||||
PKG_ID = com.monkeystew.goober_m
|
||||
|
||||
OUT_DIR = platforms/android/build/outputs/apk/release
|
||||
UNALIGNED = $(OUT_DIR)/android-release-unsigned.apk
|
||||
ALIGNED = $(OUT_DIR)/android-release-unsigned-aligned.apk
|
||||
OUT_DIR = platforms/android/app/build/outputs/apk/release
|
||||
UNALIGNED = $(OUT_DIR)/app-release-unsigned.apk
|
||||
ALIGNED = $(OUT_DIR)/app-release-unsigned-aligned.apk
|
||||
APK = $(OUT_DIR)/goober.apk
|
||||
|
||||
KEYSTORE = ~/android-keystore.jks
|
||||
|
|
Reference in a new issue