Skip to content

Commit

Permalink
added separate build-unpacked config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mastermindzh committed Apr 21, 2022
1 parent 5fde20a commit 7b2afd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/electron-builder.unpacked.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
extends: ./build/electron-builder.yml
linux:
target:
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"start": "electron .",
"build": "electron-builder --publish=never -c ./build/electron-builder.yml",
"build-deb": "electron-builder --publish=never -c ./build/electron-builder.deb.yml",
"build-unpacked": "electron-builder --publish=never -c ./build/electron-builder.unpacked.yml",
"build-rpm": "electron-builder --publish=never -c ./build/electron-builder.rpm.yml",
"build-snap": "electron-builder --publish=never -c ./build/electron-builder.snap.yml",
"build-arch": "electron-builder --publish=never -c ./build/electron-builder.pacman.yml",
Expand Down

0 comments on commit 7b2afd2

Please sign in to comment.