From e84c1d6a37fdef397189e8a9108f68d4ddb11641 Mon Sep 17 00:00:00 2001 From: Leafd Date: Fri, 24 Oct 2025 17:43:48 -0400 Subject: [PATCH] fix: update hackatime url --- .github/workflows/release.yaml | 2 +- src-tauri/tauri.conf.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06cf98f..057bc05 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -250,7 +250,7 @@ jobs: - name: Generate update manifest id: generate_manifest env: - DOWNLOAD_URL_BASE: 'https://pub-d35fbe65a5b5426bb6d62ff02a8c7d03.r2.dev' + DOWNLOAD_URL_BASE: 'https://desktop.hackatime.hackclub-assets.com' VERSION: '${{ steps.get_version.outputs.version }}' run: > # Read signatures into variables diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index eb3f558..d416e12 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -29,7 +29,7 @@ } ], "security": { - "csp": "default-src 'self' ipc: http://ipc.localhost; connect-src 'self' ipc: http://ipc.localhost https://hackatime.hackclub.com https://pub-d35fbe65a5b5426bb6d62ff02a8c7d03.r2.dev wss://*.ingest.us.sentry.io https://us.i.posthog.com https://fonts.googleapis.com https://fonts.gstatic.com; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; worker-src 'self' blob:;" + "csp": "default-src 'self' ipc: http://ipc.localhost; connect-src 'self' ipc: http://ipc.localhost https://hackatime.hackclub.com https://desktop.hackatime.hackclub-assets.com wss://*.ingest.us.sentry.io https://us.i.posthog.com https://fonts.googleapis.com https://fonts.gstatic.com; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; font-src 'self' data: https://fonts.gstatic.com; worker-src 'self' blob:;" }, "withGlobalTauri": true }, @@ -64,7 +64,7 @@ "updater": { "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdERjg4QTFCNTJFMDk0MUQKUldRZGxPQlNHNHI0ZlRkMDN0MGI1MnllY1dUVStZalV3dVdhcTFuREx5SGtBc0txQ2xnTWs3WU4K", "endpoints": [ - "https://pub-d35fbe65a5b5426bb6d62ff02a8c7d03.r2.dev/update-manifest.json" + "https://desktop.hackatime.hackclub-assets.com/update-manifest.json" ] } }