Skip to content

Commit

Permalink
Configure electron-forge targets
Browse files Browse the repository at this point in the history
  • Loading branch information
pvigier committed Feb 19, 2019
1 parent d454a42 commit aeba1c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,8 @@ typings/
# next.js build output
.next

# npm package-lock
package-lock\.json

# Electron-forge
out/
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gitamine",
"productName": "gitamine",
"version": "0.0.1",
"description": "gitamine is a modern git client",
"description": "gitamine is a modern graphical user interface for git ",
"main": "src/main/main.ts",
"scripts": {
"start": "electron-forge start",
Expand All @@ -22,12 +22,14 @@
"forge": {
"make_targets": {
"win32": [
"zip",
"squirrel"
],
"darwin": [
"zip"
],
"linux": [
"zip",
"deb",
"rpm"
]
Expand Down

0 comments on commit aeba1c7

Please sign in to comment.