From a9644b8c648f868be6ab355e059e44100f74ed52 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Wed, 21 Jan 2026 20:12:14 +0800 Subject: [PATCH] remove v2 suffix from name and set consistent artifact name --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08e6fc5..51dd605 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hytale-f2p-launcherv2", + "name": "hytale-f2p-launcher", "version": "2.0.2b", "description": "A modern, cross-platform launcher for Hytale with automatic updates and multi-client support", "homepage": "https://github.com/amiayweb/Hytale-F2P", @@ -57,7 +57,7 @@ "build": { "appId": "com.hytalef2p.launcher", "productName": "Hytale F2P Launcher", - "executableName": "hytale-f2p-launcher", + "artifactName": "${name}_${version}_${arch}.${ext}", "directories": { "output": "dist" },