1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-07-15 02:18:46 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-01 21:43:23 -05:00
parent cc0bf4977d
commit 7f65b18825

View file

@ -4,7 +4,9 @@ const { FuseV1Options, FuseVersion } = require('@electron/fuses');
module.exports = { module.exports = {
packagerConfig: { packagerConfig: {
asar: true, asar: true,
osxSign: {}, osxSign: {
"identity": process.env.FCAST_SIGN_ID
},
osxNotarize: { osxNotarize: {
appleApiKey: process.env.FCAST_APPLE_API_KEY, appleApiKey: process.env.FCAST_APPLE_API_KEY,
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID, appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
@ -22,6 +24,7 @@ module.exports = {
platforms: ['win32', 'darwin', 'linux'], platforms: ['win32', 'darwin', 'linux'],
}, },
// { // {
// name: '@electron-forge/maker-deb', // name: '@electron-forge/maker-deb',
// config: {}, // config: {},
// }, // },