Skip to content

Commit

Permalink
I just saw where I forgot to put the actual password variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Jul 9, 2022
1 parent f8e2da9 commit 7df525d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _scripts/cordova-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,14 +619,14 @@ const archiver = require('archiver');
"android": {
"debug": {
"keystore": "./freetubecordova.keystore",
"storePassword": "pass",
"storePassword": keystorePassphrase,
"alias": "freetubecordova",
"password" : keystorePassphrase,
"keystoreType": "jks"
},
"release": {
"keystore": "./freetubecordova.keystore",
"storePassword": "pass",
"storePassword": keystorePassphrase,
"alias": "freetubecordova",
"password" : keystorePassphrase,
"keystoreType": "jks"
Expand Down

0 comments on commit 7df525d

Please sign in to comment.