From 4f21faa99760ba9c51403140cd7462d7b070da82 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Mon, 29 Jan 2024 10:15:27 -0600 Subject: [PATCH] fix win icons --- forge.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge.config.ts b/forge.config.ts index 61445402a2..023fd36f18 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -33,7 +33,7 @@ if (process.env.NODE_ENV === 'production') { const config: ForgeConfig = { packagerConfig: { asar: true, - icon: './assets/iconset', + icon: './assets/icon', executableName: process.platform === 'linux' ? 'etcher-ng' : 'Etcher-ng', appBundleId: 'io.alex313031.etcher',