mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-13 09:28:45 +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,
|
asar: true,
|
||||||
osxSign: {},
|
osxSign: {},
|
||||||
osxNotarize: {
|
osxNotarize: {
|
||||||
appleApiKey: process.env.APPLE_API_KEY,
|
appleApiKey: process.env.FCAST_APPLE_API_KEY,
|
||||||
appleApiKeyId: process.env.APPLE_API_KEY_ID,
|
appleApiKeyId: process.env.FCAST_APPLE_API_KEY_ID,
|
||||||
appleApiIssuer: process.env.APPLE_API_ISSUER
|
appleApiIssuer: process.env.FCAST_APPLE_API_ISSUER
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rebuildConfig: {},
|
rebuildConfig: {},
|
||||||
makers: [
|
makers: [
|
||||||
{
|
// {
|
||||||
name: '@electron-forge/maker-squirrel',
|
// name: '@electron-forge/maker-squirrel',
|
||||||
config: {},
|
// config: {},
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '@electron-forge/maker-zip',
|
name: '@electron-forge/maker-zip',
|
||||||
platforms: ['win32', 'darwin', 'linux'],
|
platforms: ['win32', 'darwin', 'linux'],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '@electron-forge/maker-deb',
|
// name: '@electron-forge/maker-deb',
|
||||||
config: {},
|
// config: {},
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
name: '@electron-forge/maker-rpm',
|
// name: '@electron-forge/maker-rpm',
|
||||||
config: {},
|
// config: {},
|
||||||
},
|
// },
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue