From b9b567fe303b933e4688306a1c2b860fc392902e Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Tue, 7 Apr 2026 15:13:26 -0700 Subject: [PATCH] chore: update desktop release workflow and configuration - Changed shell to bash in the desktop release workflow for consistency. - Updated the hosted frontend URL in the .env file to point to the new domain. - Enhanced package.json with homepage and author details for better project metadata. --- .github/workflows/desktop-release.yml | 1 + surfsense_desktop/.env | 2 +- surfsense_desktop/package.json | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 1f7e06a0c..f0fdee17d 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -93,6 +93,7 @@ jobs: POSTHOG_HOST: ${{ vars.POSTHOG_HOST }} - name: Package & Publish + shell: bash run: pnpm exec electron-builder ${{ matrix.platform }} --config electron-builder.yml --publish ${{ inputs.publish || 'always' }} -c.extraMetadata.version=${{ steps.version.outputs.VERSION }} working-directory: surfsense_desktop env: diff --git a/surfsense_desktop/.env b/surfsense_desktop/.env index e127b99e0..40e151c10 100644 --- a/surfsense_desktop/.env +++ b/surfsense_desktop/.env @@ -3,7 +3,7 @@ # The hosted web frontend URL. Used to intercept OAuth redirects and keep them # inside the desktop app. Set to your production frontend domain. -HOSTED_FRONTEND_URL=https://surfsense.net +HOSTED_FRONTEND_URL=https://surfsense.com # PostHog analytics (leave empty to disable) POSTHOG_KEY= diff --git a/surfsense_desktop/package.json b/surfsense_desktop/package.json index 7b91d70c9..634783e47 100644 --- a/surfsense_desktop/package.json +++ b/surfsense_desktop/package.json @@ -14,7 +14,11 @@ "typecheck": "tsc --noEmit", "postinstall": "electron-rebuild" }, - "author": "MODSetter", + "homepage": "https://github.com/MODSetter/SurfSense", + "author": { + "name": "MODSetter", + "email": "rohan@surfsense.com" + }, "license": "MIT", "packageManager": "pnpm@10.24.0", "devDependencies": {