From 0107fd26de43dc95fe91ba8117cbb2b6c24372eb Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 26 Jan 2023 00:06:52 +0800 Subject: [PATCH] update[build skip] [page skip] --- configs/main.toml | 4 ++-- nuitka-win.ps1 | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configs/main.toml b/configs/main.toml index 239a750..e5083d1 100644 --- a/configs/main.toml +++ b/configs/main.toml @@ -8,8 +8,8 @@ fonts_folder = "libs/fonts" [window] style = "None" -width = 1448 -height = 854 +width = 2336 +height = 1621 visible = true gui_scale = 1 caption = "Difficult Rocket {version}" diff --git a/nuitka-win.ps1 b/nuitka-win.ps1 index 3eb0bf9..5e8947b 100644 --- a/nuitka-win.ps1 +++ b/nuitka-win.ps1 @@ -29,7 +29,8 @@ $arg += @("--file-description=Difficult-Rocket!") $arg += @("--windows-icon-from-ico=textures/icon.png") $arg += @("--macos-app-icon=textures/icon.png") # 编译器配置 -$arg += @("--msvc=latest") +# $arg += @("--msvc=latest") +$atg += @("--mingw64") $arg += @("--clang") $arg += @("--lto=no") # 包配置