remove v2 suffix from name and set consistent artifact name

This commit is contained in:
Fazri Gading
2026-01-21 20:12:14 +08:00
parent 9fc238e103
commit a9644b8c64

View File

@@ -1,5 +1,5 @@
{ {
"name": "hytale-f2p-launcherv2", "name": "hytale-f2p-launcher",
"version": "2.0.2b", "version": "2.0.2b",
"description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support", "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support",
"homepage": "https://github.com/amiayweb/Hytale-F2P", "homepage": "https://github.com/amiayweb/Hytale-F2P",
@@ -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-launcher", "artifactName": "${name}_${version}_${arch}.${ext}",
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },