This commit is contained in:
2026-05-21 00:12:44 +08:00
commit 4ba2b730de
7 changed files with 171 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "electron-counter",
"version": "1.0.0",
"description": "Electron app with live counter",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"devDependencies": {
"electron": "^28.3.3"
},
"build": {
"appId": "com.example.electron-counter",
"win": {
"target": "nsis"
}
}
}