This commit is contained in:
2025-11-03 19:51:51 -07:00
parent 9e20d06005
commit cb25e36222
10 changed files with 14 additions and 1013 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Lncvrt Games Launcher",
"version": "1.0.0",
"version": "1.0.1",
"identifier": "xyz.lncvrt.lncvrt-games-launcher-loader",
"build": {
"beforeDevCommand": "next dev",
@@ -27,8 +27,6 @@
"bundle": {
"active": true,
"targets": "msi",
"icon": [
"icons/icon.ico"
]
"icon": ["icons/icon.ico"]
}
}