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
a0a8e4e054
commit
26c94d4637
1 changed files with 15 additions and 15 deletions
|
@ -6,29 +6,29 @@ module.exports = {
|
|||
asar: true,
|
||||
osxSign: {},
|
||||
osxNotarize: {
|
||||
appleApiKey: process.env.APPLE_API_KEY,
|
||||
appleApiKeyId: process.env.APPLE_API_KEY_ID,
|
||||
appleApiIssuer: process.env.APPLE_API_ISSUER
|
||||
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||
appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||
}
|
||||
},
|
||||
rebuildConfig: {},
|
||||
makers: [
|
||||
{
|
||||
name: '@electron-forge/maker-squirrel',
|
||||
config: {},
|
||||
},
|
||||
// {
|
||||
// name: '@electron-forge/maker-squirrel',
|
||||
// config: {},
|
||||
// },
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
platforms: ['win32', 'darwin', 'linux'],
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-deb',
|
||||
config: {},
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-rpm',
|
||||
config: {},
|
||||
},
|
||||
// {
|
||||
// name: '@electron-forge/maker-deb',
|
||||
// config: {},
|
||||
// },
|
||||
// {
|
||||
// name: '@electron-forge/maker-rpm',
|
||||
// config: {},
|
||||
// },
|
||||
],
|
||||
plugins: [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue