Skip to content

Commit

Permalink
configuring android release
Browse files Browse the repository at this point in the history
  • Loading branch information
julianh2o committed Feb 4, 2016
1 parent be208bb commit 874c4ab
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ npm-debug.log
/nwjs/
credentials.txt
/releases/
/signing/
9 changes: 9 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ nwjs_all: linux-x64 osx-x64 win-x64
./build/cordova/resources: ./src/cordova/resources/*
rsync $(RSYNC_OPT) ./src/cordova/resources ./build/cordova

./build/cordova/build.json:
cp ./src/cordova/build.json ./build/cordova/build.json

####### Plugins
./build/cordova/plugins: | ./build/cordova/plugins/cordova-plugin-statusbar ./build/cordova/plugins/io.jxcore.node ./build/cordova/plugins/cordova-plugin-inappbrowser

Expand Down Expand Up @@ -180,4 +183,10 @@ run_android: cordova
run: | osx-x64
open ./build/nwjs/osx-x64/nwjs.app

android_release: cordova ./build/cordova/build.json
cd ./build/cordova && cordova build --release android




.PHONY: linux-x64 osx-x64 win-x64 nwjs_all run clean run_android run_ios cordova
14 changes: 14 additions & 0 deletions src/cordova/build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"android": {
"debug": {
"keystore": "../../signing/Flickerstrip-android.keystore",
"alias": "FlickerstripAndroid",
"keystoreType": ""
},
"release": {
"keystore": "../../signing/Flickerstrip-android.keystore",
"alias": "FlickerstripAndroid",
"keystoreType": ""
}
}
}

0 comments on commit 874c4ab

Please sign in to comment.