mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-06-25 10:55:38 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "LCE Emerald Launcher",
|
|
"version": "1.1.0",
|
|
"identifier": "com.emerald.legacy",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "LCE Emerald Launcher",
|
|
"width": 1280,
|
|
"height": 720,
|
|
"minWidth": 1280,
|
|
"minHeight": 720,
|
|
"decorations": true,
|
|
"transparent": false,
|
|
"resizable": true,
|
|
"center": true,
|
|
"visible": true
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"linux": {
|
|
"appimage": {
|
|
"bundleMediaFramework": true
|
|
}
|
|
},
|
|
"resources": [
|
|
"resources/DLC"
|
|
],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/64x64.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"macOS": {
|
|
"entitlements": null,
|
|
"exceptionDomain": "",
|
|
"frameworks": [],
|
|
"signingIdentity": null,
|
|
"providerShortName": "Emerald"
|
|
}
|
|
}
|
|
}
|