🎨 Fix the packaging issue for Linux and Windows.

This commit is contained in:
Tw93
2023-06-23 19:06:17 +08:00
parent b3c087d161
commit 8865500593
4 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ export async function mergeConfig(
height,
fullscreen,
transparent,
resizable,
userAgent,
showMenu,
showSystemTray,
@@ -23,6 +22,7 @@ export async function mergeConfig(
iterCopyFile,
identifier,
name,
resizable = true,
} = options;
const { platform } = process;