Finish build files (probably)

This commit is contained in:
2025-07-23 17:38:39 -07:00
parent 4fa9bda39d
commit 8233fd4c9f
4 changed files with 44 additions and 11 deletions

View File

@@ -24,14 +24,6 @@
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
"active": false
}
}

View File

@@ -0,0 +1,41 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Berry Dash Launcher",
"version": "1.0.0",
"identifier": "xyz.lncvrt.berrydash-launcher",
"build": {
"beforeDevCommand": "yarn dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "yarn build",
"frontendDist": "../dist"
},
"app": {
"windows": [
{
"title": "Berry Dash Launcher",
"width": 1000,
"height": 600,
"resizable": false,
"maximizable": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": [
"appimage",
"deb",
"rpm"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
}
}

View File

@@ -28,7 +28,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": "dmg",
"icon": [
"icons/32x32.png",
"icons/128x128.png",

View File

@@ -30,7 +30,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": "msi",
"icon": [
"icons/32x32.png",
"icons/128x128.png",