mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-07-21 15:36:59 +00:00
Gitlab CI Testing
This commit is contained in:
parent
1e5178e7c2
commit
0ed08bb6dc
1 changed files with 12 additions and 13 deletions
|
@ -72,18 +72,18 @@ module.exports = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Same as '@electron-forge/maker-wix', except linux compatible
|
// Same as '@electron-forge/maker-wix', except linux compatible
|
||||||
// {
|
{
|
||||||
// name: '@futo/forge-maker-wix-linux',
|
name: '@futo/forge-maker-wix-linux',
|
||||||
// config: {
|
config: {
|
||||||
// arch: 'x64',
|
arch: 'x64',
|
||||||
// appUserModelId: `org.futo.${APPLICATION_NAME}`,
|
appUserModelId: `org.futo.${APPLICATION_NAME}`,
|
||||||
// // signing TBD
|
// signing TBD
|
||||||
// icon: './assets/icons/icon.ico',
|
icon: './assets/icons/icon.ico',
|
||||||
// name: APPLICATION_TITLE,
|
name: APPLICATION_TITLE,
|
||||||
// programFilesFolderName: APPLICATION_TITLE,
|
programFilesFolderName: APPLICATION_TITLE,
|
||||||
// shortcutName: APPLICATION_TITLE,
|
shortcutName: APPLICATION_TITLE,
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
name: '@electron-forge/maker-zip',
|
name: '@electron-forge/maker-zip',
|
||||||
config: {}
|
config: {}
|
||||||
|
@ -173,7 +173,6 @@ module.exports = {
|
||||||
[FuseV1Options.EnableNodeCliInspectArguments]: false,
|
[FuseV1Options.EnableNodeCliInspectArguments]: false,
|
||||||
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
|
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
|
||||||
[FuseV1Options.OnlyLoadAppFromAsar]: true,
|
[FuseV1Options.OnlyLoadAppFromAsar]: true,
|
||||||
|
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue