diff --git a/forge.config.ts b/forge.config.ts index c08de58..eb80f6a 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -12,7 +12,12 @@ const config: ForgeConfig = { asar: true, }, rebuildConfig: {}, - makers: [new MakerSquirrel({}), new MakerZIP({}, ['darwin']), new MakerRpm({}), new MakerDeb({})], + makers: [ + new MakerSquirrel({}), + new MakerZIP({}), + // new MakerRpm({}), + // new MakerDeb({}), + ], plugins: [ new VitePlugin({ // `build` can specify multiple entry builds, which can be Main process, Preload scripts, Worker process, etc. diff --git a/index.html b/index.html index 68c0aee..93bf6da 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,18 @@
Welcome to your Electron application.
+