✨feature: Release first public version #release
Some checks failed
Build and Release / build-release (push) Failing after 6m35s
Some checks failed
Build and Release / build-release (push) Failing after 6m35s
This commit is contained in:
23
package.json
23
package.json
@@ -12,6 +12,25 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^30.0.0",
|
||||
"electron-builder": "^24.13.3"
|
||||
"electron-builder": "^24.13.3",
|
||||
"icon-gen": "^3.0.1"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.oddl.app",
|
||||
"productName": "OD-DL",
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"files": [
|
||||
"src/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"mac": {
|
||||
"icon": "build/icon.icns"
|
||||
},
|
||||
"win": {
|
||||
"icon": "build/icon.ico",
|
||||
"signAndEditExecutable": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user