update[build skip] [page skip]

This commit is contained in:
shenjack 2023-01-26 00:06:52 +08:00
parent e4c1b7bb9a
commit 0107fd26de
2 changed files with 4 additions and 3 deletions

View File

@ -8,8 +8,8 @@ fonts_folder = "libs/fonts"
[window] [window]
style = "None" style = "None"
width = 1448 width = 2336
height = 854 height = 1621
visible = true visible = true
gui_scale = 1 gui_scale = 1
caption = "Difficult Rocket {version}" caption = "Difficult Rocket {version}"

View File

@ -29,7 +29,8 @@ $arg += @("--file-description=Difficult-Rocket!")
$arg += @("--windows-icon-from-ico=textures/icon.png") $arg += @("--windows-icon-from-ico=textures/icon.png")
$arg += @("--macos-app-icon=textures/icon.png") $arg += @("--macos-app-icon=textures/icon.png")
# 编译器配置 # 编译器配置
$arg += @("--msvc=latest") # $arg += @("--msvc=latest")
$atg += @("--mingw64")
$arg += @("--clang") $arg += @("--clang")
$arg += @("--lto=no") $arg += @("--lto=no")
# 包配置 # 包配置