fix: now windows command *should* work

This commit is contained in:
2023-06-26 20:30:13 +02:00
parent c4906af938
commit 0113585b4d
2 changed files with 7 additions and 1 deletions

View File

@@ -31,6 +31,12 @@
"dev": "concurrently -k \"BROWSER=none yarn start\" \"yarn:electron\"",
"electron": "electron ."
},
"build": {
"win": {
"icon": "icons/icon.ico",
"publisherName": "sern open source"
}
},
"eslintConfig": {
"extends": [
"react-app",