Skip to content

Commit

Permalink
Update builder;
Browse files Browse the repository at this point in the history
  • Loading branch information
ianberdin committed Dec 27, 2022
1 parent 7453ef3 commit d013c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,8 +7,8 @@
"compile": "rimraf app/out",
"pack": "npm run compile && electron-builder --dir",
"dist:all": "npm run compile && electron-builder -mwl",
"dist:w": "npm run compile && electron-builder -mwl",
"release": "npm run compile && op run --env-file=\"./.env.local\" -- electron-builder -w"
"dist:w": "npm run compile && electron-builder -w",
"release": "npm run compile && op run --env-file=\"./.env.local\" -- electron-builder -mwl"
},
"build": {
"appId": "xyz.playcode.PLAYCODE",
Expand Down

0 comments on commit d013c64

Please sign in to comment.