diff --git a/.github/workflows/astralrinth-build.yml b/.github/workflows/astralrinth-build.yml index cb155013..2411292a 100644 --- a/.github/workflows/astralrinth-build.yml +++ b/.github/workflows/astralrinth-build.yml @@ -143,7 +143,7 @@ jobs: if: matrix.platform == 'windows-latest' shell: pwsh run: | - $env:JAVA_HOME = "$env:JAVA_HOME_11_X64" + $env:JAVA_HOME = "$env:JAVA_HOME_17_X64" pnpm --filter=@modrinth/app run tauri build --config tauri-release.conf.json --verbose --bundles 'nsis' env: TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 28a75e73..0b676d38 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -48,7 +48,7 @@ ] }, "productName": "AstralRinth App", - "version": "0.10.1201", + "version": "0.10.1601", "mainBinaryName": "AstralRinth App", "identifier": "AstralRinthApp", "plugins": { diff --git a/apps/app/tauri.linux.conf.json b/apps/app/tauri.linux.conf.json index 5b2e9ec6..f7f53e1d 100644 --- a/apps/app/tauri.linux.conf.json +++ b/apps/app/tauri.linux.conf.json @@ -1,3 +1,3 @@ { - "mainBinaryName": "ModrinthApp" + "mainBinaryName": "AstralRinthApp" } diff --git a/apps/app/tauri.macos.conf.json b/apps/app/tauri.macos.conf.json index 363f00e8..a50c693c 100644 --- a/apps/app/tauri.macos.conf.json +++ b/apps/app/tauri.macos.conf.json @@ -7,7 +7,7 @@ "fullscreen": false, "height": 800, "resizable": true, - "title": "Modrinth App", + "title": "AstralRinth App", "width": 1280, "minHeight": 700, "minWidth": 1100,