mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Gitlab CI Testing
This commit is contained in:
parent
cc0bf4977d
commit
7f65b18825
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,9 @@ const { FuseV1Options, FuseVersion } = require('@electron/fuses');
|
|||
module.exports = {
|
||||
packagerConfig: {
|
||||
asar: true,
|
||||
osxSign: {},
|
||||
osxSign: {
|
||||
"identity": process.env.FCAST_SIGN_ID
|
||||
},
|
||||
osxNotarize: {
|
||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
|
@ -22,6 +24,7 @@ module.exports = {
|
|||
platforms: ['win32', 'darwin', 'linux'],
|
||||
},
|
||||
// {
|
||||
|
||||
// name: '@electron-forge/maker-deb',
|
||||
// config: {},
|
||||
// },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue