Skip to content

Commit aeba1c7

Browse files
committed
Configure electron-forge targets
1 parent d454a42 commit aeba1c7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@ typings/
6060
# next.js build output
6161
.next
6262

63+
# npm package-lock
6364
package-lock\.json
65+
66+
# Electron-forge
67+
out/

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitamine",
33
"productName": "gitamine",
44
"version": "0.0.1",
5-
"description": "gitamine is a modern git client",
5+
"description": "gitamine is a modern graphical user interface for git ",
66
"main": "src/main/main.ts",
77
"scripts": {
88
"start": "electron-forge start",
@@ -22,12 +22,14 @@
2222
"forge": {
2323
"make_targets": {
2424
"win32": [
25+
"zip",
2526
"squirrel"
2627
],
2728
"darwin": [
2829
"zip"
2930
],
3031
"linux": [
32+
"zip",
3133
"deb",
3234
"rpm"
3335
]

0 commit comments

Comments
 (0)