From 590fa9efa7924eb403ca071f556141e9d5a5be8d Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Mon, 14 Apr 2025 19:23:28 +0200 Subject: [PATCH] patch: remove appimage target --- forge.config.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/forge.config.ts b/forge.config.ts index e5263bed..e8696da0 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -86,12 +86,6 @@ const config: ForgeConfig = { }, }, }), - new MakerAppImage({ - options: { - icon: './assets/icon.png', - categories: ['Utility'], - }, - }), new MakerRpm({ options: { icon: './assets/icon.png',