electron builder config
Some checks are pending
Build Electron App / build (macos-latest, build:mac) (push) Waiting to run
Build Electron App / build (ubuntu-latest, build:linux) (push) Waiting to run
Build Electron App / build (windows-latest, build:win) (push) Waiting to run

This commit is contained in:
nicwands
2026-03-02 10:34:10 -05:00
parent ed89178ad6
commit 9a1a030257
4 changed files with 7 additions and 3 deletions

2
.env
View File

@@ -1,3 +1,5 @@
VITE_DEV_SERVER_URL=http://localhost:5173 VITE_DEV_SERVER_URL=http://localhost:5173
SUPABASE_KEY='sb_secret_xYDyNcB7Q46ZYhDISeXRHQ_95l-N33m' SUPABASE_KEY='sb_secret_xYDyNcB7Q46ZYhDISeXRHQ_95l-N33m'
SUPABASE_URL='https://jmuadfpmmejfvkwosaqh.supabase.co' SUPABASE_URL='https://jmuadfpmmejfvkwosaqh.supabase.co'
CSC_LINK='https://drive.google.com/uc?id=1fSmWPudBqoqRkxasBW6PNmMOCHbBAMdZ'
CSC_KEY_PASSWORD='1+1=1167jK'

View File

@@ -2,8 +2,6 @@ name: Build Electron App
on: on:
push: push:
branches:
- main
tags: tags:
- 'v*' - 'v*'
@@ -37,6 +35,9 @@ jobs:
- name: Run platform build - name: Run platform build
run: npm run ${{ matrix.script }} run: npm run ${{ matrix.script }}
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4

Binary file not shown.

View File

@@ -25,7 +25,8 @@ mac:
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder. - NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder. - NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
notarize: false notarize: false
cscLink: https://drive.google.com/uc?export=download&id=1gd3i3xEhJoh8xfVH52v_0ocKz8IvdI4B cscLink: $CSC_LINK
cscKeyPassword: $CSC_KEY_PASSWORD
dmg: dmg:
artifactName: ${name}-${version}.${ext} artifactName: ${name}-${version}.${ext}
linux: linux: