diff --git a/forge.config.ts b/forge.config.ts index cabd21d..f50cd15 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -63,6 +63,7 @@ const config: ForgeConfig = { makers: [ new MakerSquirrel({ setupIcon: 'src/frontend/assets/images/circle-mor-logo.ico', + loadingGif: 'undefined', // Disable the loading GIF }), new MakerZIP({}, ['darwin']), new MakerRpm({}),