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.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-04-07 15:13:26 -07:00
parent 9ac062ad7e
commit b9b567fe30
3 changed files with 7 additions and 2 deletions

View file

@ -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: