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
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
|
||||
// {
|
||||
// name: '@futo/forge-maker-wix-linux',
|
||||
// config: {
|
||||
// arch: 'x64',
|
||||
// appUserModelId: `org.futo.${APPLICATION_NAME}`,
|
||||
// // signing TBD
|
||||
// icon: './assets/icons/icon.ico',
|
||||
// name: APPLICATION_TITLE,
|
||||
// programFilesFolderName: APPLICATION_TITLE,
|
||||
// shortcutName: APPLICATION_TITLE,
|
||||
// }
|
||||
// },
|
||||
{
|
||||
name: '@futo/forge-maker-wix-linux',
|
||||
config: {
|
||||
arch: 'x64',
|
||||
appUserModelId: `org.futo.${APPLICATION_NAME}`,
|
||||
// signing TBD
|
||||
icon: './assets/icons/icon.ico',
|
||||
name: APPLICATION_TITLE,
|
||||
programFilesFolderName: APPLICATION_TITLE,
|
||||
shortcutName: APPLICATION_TITLE,
|
||||
}
|
||||
},
|
||||
{
|
||||
name: '@electron-forge/maker-zip',
|
||||
config: {}
|
||||
|
@ -173,7 +173,6 @@ module.exports = {
|
|||
[FuseV1Options.EnableNodeCliInspectArguments]: false,
|
||||
[FuseV1Options.EnableEmbeddedAsarIntegrityValidation]: true,
|
||||
[FuseV1Options.OnlyLoadAppFromAsar]: true,
|
||||
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue