We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d454a42 commit aeba1c7Copy full SHA for aeba1c7
2 files changed
.gitignore
@@ -60,4 +60,8 @@ typings/
60
# next.js build output
61
.next
62
63
+# npm package-lock
64
package-lock\.json
65
+
66
+# Electron-forge
67
+out/
package.json
@@ -2,7 +2,7 @@
2
"name": "gitamine",
3
"productName": "gitamine",
4
"version": "0.0.1",
5
- "description": "gitamine is a modern git client",
+ "description": "gitamine is a modern graphical user interface for git ",
6
"main": "src/main/main.ts",
7
"scripts": {
8
"start": "electron-forge start",
@@ -22,12 +22,14 @@
22
"forge": {
23
"make_targets": {
24
"win32": [
25
+ "zip",
26
"squirrel"
27
],
28
"darwin": [
29
"zip"
30
31
"linux": [
32
33
"deb",
34
"rpm"
35
]
0 commit comments