diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd7e9ec..8ed2103 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} TAURI_KEY_PASSWORD: "" with: - args: --config client/updater.conf.json + args: --config src-tauri/updater.conf.json projectPath: client distPath: client/dist tagName: xi-tinkerer-v__VERSION__ diff --git a/client/src-tauri/updater.conf.json b/client/src-tauri/updater.conf.json index 038b7dd..b88a330 100644 --- a/client/src-tauri/updater.conf.json +++ b/client/src-tauri/updater.conf.json @@ -1,14 +1,16 @@ { - "updater": { - "active": true, - "dialog": true, - "windows": { - "installMode": "passive", - "installerArgs": [] - }, - "endpoints": [ - "https://github.com/InoUno/xi-tinkerer/releases/latest/download/latest.json" - ], - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY0RUQ2MzREQjEzNDdBOTYKUldTV2VqU3hUV1B0OUV3KytyUDN0aHl4MjNGQmQ5TkhFV0JqV2VJVW9mL290dmRyYmZML1RCTGcK" + "tauri": { + "updater": { + "active": true, + "dialog": true, + "windows": { + "installMode": "passive", + "installerArgs": [] + }, + "endpoints": [ + "https://github.com/InoUno/xi-tinkerer/releases/latest/download/latest.json" + ], + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY0RUQ2MzREQjEzNDdBOTYKUldTV2VqU3hUV1B0OUV3KytyUDN0aHl4MjNGQmQ5TkhFV0JqV2VJVW9mL290dmRyYmZML1RCTGcK" + } } } \ No newline at end of file