electron builder config
This commit is contained in:
2
.env
2
.env
@@ -1,3 +1,5 @@
|
||||
VITE_DEV_SERVER_URL=http://localhost:5173
|
||||
SUPABASE_KEY='sb_secret_xYDyNcB7Q46ZYhDISeXRHQ_95l-N33m'
|
||||
SUPABASE_URL='https://jmuadfpmmejfvkwosaqh.supabase.co'
|
||||
CSC_LINK='https://drive.google.com/uc?id=1fSmWPudBqoqRkxasBW6PNmMOCHbBAMdZ'
|
||||
CSC_KEY_PASSWORD='1+1=1167jK'
|
||||
|
||||
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -2,8 +2,6 @@ name: Build Electron App
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
@@ -37,6 +35,9 @@ jobs:
|
||||
|
||||
- name: Run platform build
|
||||
run: npm run ${{ matrix.script }}
|
||||
env:
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Binary file not shown.
@@ -25,7 +25,8 @@ mac:
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
notarize: false
|
||||
cscLink: https://drive.google.com/uc?export=download&id=1gd3i3xEhJoh8xfVH52v_0ocKz8IvdI4B
|
||||
cscLink: $CSC_LINK
|
||||
cscKeyPassword: $CSC_KEY_PASSWORD
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user