Skip to content

Commit

Permalink
Fixed build process to use simpler ZXPSignCmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Karl committed Jul 13, 2015
1 parent e110e9f commit 9f63090
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ module.exports = function(grunt)
}
},
exec: {
package: "java " +
"-jar '<%= settings.packager %>' " +
"-package " +
"-storetype PKCS12 " +
"-keystore <%= settings.keystore %> " +
"-storepass <%= settings.storepass %> " +
"-tsa https://timestamp.geotrust.com/tsa " +
package: "'<%= settings.packager %>' " +
"-sign " +
"src " +
"'<%= output %>' " +
"-C src ."
"<%= settings.keystore %> " +
"<%= settings.storepass %>"

},
version: {
options: {
Expand Down

0 comments on commit 9f63090

Please sign in to comment.