mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-07 06:29:49 +00:00
Gitlab CI Testing
This commit is contained in:
parent
0d2408fcfa
commit
d9476939f1
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ const { FuseV1Options, FuseVersion } = require('@electron/fuses');
|
||||||
module.exports = {
|
module.exports = {
|
||||||
packagerConfig: {
|
packagerConfig: {
|
||||||
asar: true,
|
asar: true,
|
||||||
osxSign: {
|
osxSign: {},
|
||||||
"identity": process.env.FCAST_APPLE_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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue