Skip to content

Commit

Permalink
Updated signed AppX file names
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Sep 2, 2019
1 parent 2881a70 commit 328d0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"parcel": "parcel *.html --port 3000 --out-dir build",
"parcel-build": "parcel build *.html --out-dir build --public-url ./ --experimental-scope-hoisting",
"electron-build": "electron-builder",
"appx": "npm run parcel-build && electron-builder -w appx -c.extraMetadata.name=twinkle-tray-appx ",
"appx-signed": "npm run parcel-build && electron-builder -w appx -c.win.certificateFile=cert.pfx -c.extraMetadata.name=twinkle-tray-appx",
"appx": "npm run parcel-build && electron-builder -w appx -c.extraMetadata.name=twinkle-tray-appx -c.win.artifactName=\"${productName} v${version}-store.${ext}\"",
"appx-signed": "npm run parcel-build && electron-builder -w appx -c.win.certificateFile=cert.pfx -c.extraMetadata.name=twinkle-tray-appx -c.win.artifactName=\"${productName} v${version}-signed.${ext}\"",
"build": "npm run parcel-build && npm run electron-build",
"start": "wait-on http://localhost:3000/index.html && electron . "
},
Expand Down

0 comments on commit 328d0be

Please sign in to comment.