bug: fix build issues, fix datatypes
This commit is contained in:
@@ -39,42 +39,5 @@
|
||||
"typescript": "^5.3.0",
|
||||
"vite": "^5.0.0",
|
||||
"wait-on": "^7.2.0"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.lambdabanking.rmtpocketwatcher",
|
||||
"productName": "rmtPocketWatcher",
|
||||
"directories": {
|
||||
"output": "release",
|
||||
"buildResources": "resources"
|
||||
},
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"package.json"
|
||||
],
|
||||
"extraResources": [
|
||||
{
|
||||
"from": "resources/icons",
|
||||
"to": "icons"
|
||||
}
|
||||
],
|
||||
|
||||
"win": {
|
||||
"icon": "resources/icons/icon.ico",
|
||||
"target": [
|
||||
"portable"
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"target": [
|
||||
"dmg"
|
||||
]
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb"
|
||||
],
|
||||
"category": "Finance"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user