diff --git a/package.json b/package.json index 5257d0b..5ba10ef 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "private": true, "version": "0.3.1", "type": "module", + "license": "GPL-3.0", "scripts": { "dev": "vite", "build": "vite build", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b7a4f45..3a5e996 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "productName": "liquidlauncher", + "productName": "LiquidLauncher", "version": "0.3.1", "identifier": "net.ccbluex.liquidlauncher", "build": { @@ -61,7 +61,7 @@ "licenseFile": "../LICENSE", "resources": [], "targets": "all", - "createUpdaterArtifacts": true, + "createUpdaterArtifacts": "v1Compatible", "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", @@ -87,7 +87,8 @@ "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU1QkM5MTlDREQ4NkEzNjMKUldSam80YmRuSkc4NVNxS2MzYVZPN1I4a283RkdsS0lPTjVjRWlxQ1JhdzFZUkRtc0c1eEtqSzQK", "endpoints": [ - "https://api.liquidbounce.net/api/v1/launcher/bin/{{target}}/{{arch}}" + "https://github.com/CCBlueX/LiquidLauncher/releases/latest/download/latest.json", + "https://api.liquidbounce.net/api/v1/launcher/releases/{{target}}/{{current_version}}" ] } }