Skip to content

Commit

Permalink
Fixed build script, added gitignore for the temporary package location
Browse files Browse the repository at this point in the history
  • Loading branch information
Deviouslrd committed Jan 16, 2021
1 parent 3d19295 commit a182b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
test.json
test.json
Minecraft JSON Generator-win32-x64
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager ./ \"Minecraft JSON Generator\" --executable-name=minecraftjsongenerator --appname=\"Minecraft JSON Generator\" --app-version=1.0 -\n-ignore=/node_modules --ignore=.gitignore --ignore=README.md --ignore=.eslintrc.json"
"build": "electron-packager ./ \"Minecraft JSON Generator\" --executable-name=minecraftjsongenerator --appname=\"Minecraft JSON Generator\" --app-version=1.0 --ignore=/node_modules --ignore=.gitignore --ignore=README.md --ignore=.eslintrc.json"
},
"devDependencies": {
"electron": "^11.1.1",
Expand Down

0 comments on commit a182b50

Please sign in to comment.