summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-05-03 17:05:18 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-05-03 17:05:18 +0200
commit66fcc9426f928c182ce264fbe4cd5f0bd435c14e (patch)
tree5a150449495ea22b85bd06e8cbc9175c3b0c921d /run
parent585093d7424d282e5b8256bbb2c53773ce1894b3 (diff)
downloadRustAndDust-66fcc9426f928c182ce264fbe4cd5f0bd435c14e.zip
RustAndDust-66fcc9426f928c182ce264fbe4cd5f0bd435c14e.tar.gz
run: use /opt/android-sdk/build-tools/23.0.3/zipalign
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 93c46a0..92f47d0 100755
--- a/run
+++ b/run
@@ -5,7 +5,7 @@ ARGS="desktop:run"
ALIAS=jeyzu
KEYSTORE="/home/jeyzu/etc/sync/jeyzu-key.keystore"
APK="./android/build/apk/android-release-unsigned.apk"
-ZIPALIGN="/opt/android-sdk/build-tools/23.0.2/zipalign"
+ZIPALIGN="/opt/android-sdk/build-tools/23.0.3/zipalign"
APK_OUT="./RustAndDust-signed-aligned.apk"
DB_FILES="./android/assets/data/*.sqlite"