Skip to content

Commit

Permalink
chore: update product name and update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 27, 2024
1 parent f3bc328 commit f7cdb15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.3.1",
"type": "module",
"license": "GPL-3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
7 changes: 4 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"productName": "liquidlauncher",
"productName": "LiquidLauncher",
"version": "0.3.1",
"identifier": "net.ccbluex.liquidlauncher",
"build": {
Expand Down Expand Up @@ -61,7 +61,7 @@
"licenseFile": "../LICENSE",
"resources": [],
"targets": "all",
"createUpdaterArtifacts": true,
"createUpdaterArtifacts": "v1Compatible",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
Expand All @@ -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}}"
]
}
}
Expand Down

0 comments on commit f7cdb15

Please sign in to comment.