mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-25 19:36:59 +00:00
Gitlab CI Testing
This commit is contained in:
parent
f072cb51bd
commit
fa065b3a3b
2 changed files with 7 additions and 7 deletions
|
@ -5,13 +5,13 @@ module.exports = {
|
|||
packagerConfig: {
|
||||
asar: true,
|
||||
osxSign: {
|
||||
"identity": process.env.FCAST_APPLE_SIGN_ID
|
||||
// "identity": process.env.FCAST_APPLE_SIGN_ID
|
||||
},
|
||||
osxNotarize: {
|
||||
keychainProfile: "codesign"
|
||||
// appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
// appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
// appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||
// keychainProfile: "codesign"
|
||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||
}
|
||||
},
|
||||
rebuildConfig: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue