update executable name to be consistent with product name

This commit is contained in:
Fazri Gading
2026-01-21 19:53:23 +08:00
parent b62e94a415
commit 9fc238e103

View File

@@ -57,7 +57,7 @@
"build": { "build": {
"appId": "com.hytalef2p.launcher", "appId": "com.hytalef2p.launcher",
"productName": "Hytale F2P Launcher", "productName": "Hytale F2P Launcher",
"executableName": "hytale-f2p-launcherv2", "executableName": "hytale-f2p-launcher",
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },