Merge branch 'develop' into fix/v2.2.0-failed-release

This commit is contained in:
Fazri Gading
2026-01-31 20:32:15 +08:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
"build": {
"appId": "com.hytalef2p.launcher",
"productName": "Hytale F2P Launcher",
"artifactName": "${name}_${version}_${arch}.${ext}",
"artifactName": "${name}_${version}.${ext}",
"directories": {
"output": "dist"
},
@@ -101,6 +101,7 @@
}
],
"icon": "build/icon.icns",
"artifactName": "${name}_${version}_${arch}.${ext}",
"category": "public.app-category.games"
},
"nsis": {