update app to use go binary

This commit is contained in:
Jeffrey Morgan
2023-07-06 11:21:56 -04:00
parent 9fe018675f
commit 879e996ca4
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
"package": "electron-forge package",
"package:sign": "SIGN=1 electron-forge package",
"make": "electron-forge make",
"make:sign": "SIGN=1 electron-forge package",
"make:sign": "SIGN=1 electron-forge make",
"publish": "SIGN=1 electron-forge publish",
"lint": "eslint --ext .ts,.tsx ."
},