1
0
Fork 0
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:
Michael Hollister 2024-10-18 18:07:03 -05:00
parent 1e5178e7c2
commit 0ed08bb6dc

View file

@ -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,
}),
],
};