Skip to content

Commit 2ab94a7

Browse files
committed
Mods
1 parent cc02a15 commit 2ab94a7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/node_modules/*
2-
/builds/*
2+
/builds/*
3+
package-lock.json
4+
.directory

create_builds.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Allowed Arquitectures: ia32, x64, armv7l, arm64, all
33
# To use combinations separate them by commas
44

5-
electron-packager . --platform=linux --arch=x64
5+
npx electron-packager . --platform=linux --arch=x64 --out=builds

0 commit comments

Comments
 (0)