Skip to content

Commit

Permalink
Add configuration for electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Fay committed Oct 7, 2017
1 parent 11c7b28 commit d6682c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
node_modules/
node_modules/
dist/
npm-debug.log
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@
"description": "Jeu de puissance 4 réalisé avec Electron",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "electron-builder"
},
"author": "Guillaume Fay",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"electron": "^1.7.8",
"electron-builder": "^19.33.0"
},
"build": {
"appId": "com.electron.puissance4",
"mac": {
"category": "public.app-category.games"
}
}
}

0 comments on commit d6682c3

Please sign in to comment.