update build

This commit is contained in:
shenjack 2023-02-12 18:45:29 +08:00
parent 89b414010c
commit f0cc6421da
3 changed files with 4 additions and 4 deletions

View File

@ -99,7 +99,7 @@ jobs:
$arg += @("--clang") $arg += @("--clang")
$arg += @("--lto=no") $arg += @("--lto=no")
# 包配置 # 包配置
$arg += @("--nofollow-import-to=objprint,pillow,cffi,PIL,pyglet") # $arg += @("--nofollow-import-to=objprint,pillow,cffi,PIL,pyglet")
# 数据配置 # 数据配置
$arg += @("--include-data-dir=./libs/pyglet=./pyglet") $arg += @("--include-data-dir=./libs/pyglet=./pyglet")
$arg += @("--include-data-dir=./libs/fonts=./libs/fonts") $arg += @("--include-data-dir=./libs/fonts=./libs/fonts")
@ -129,7 +129,7 @@ jobs:
$arg += @("--clang") $arg += @("--clang")
$arg += @("--lto=no") $arg += @("--lto=no")
# 包配置 # 包配置
$arg += @("--nofollow-import-to=objprint,pillow,PIL,pyglet") # $arg += @("--nofollow-import-to=objprint,pillow,PIL,pyglet")
# 数据配置 # 数据配置
$arg += @("--include-data-dir=./libs/pyglet=./pyglet") $arg += @("--include-data-dir=./libs/pyglet=./pyglet")
$arg += @("--include-data-dir=./libs/fonts=./libs/fonts") $arg += @("--include-data-dir=./libs/fonts=./libs/fonts")

View File

@ -9,7 +9,7 @@ fonts_folder = "libs/fonts"
[window] [window]
style = "None" style = "None"
width = 1242 width = 1242
height = 884 height = 836
visible = true visible = true
gui_scale = 1 gui_scale = 1
caption = "Difficult Rocket v{DR_version}|DR_rs v{DR_Rust_get_version}" caption = "Difficult Rocket v{DR_version}|DR_rs v{DR_Rust_get_version}"

View File

@ -27,7 +27,7 @@ $arg += @("--product-version=$env:DR_version")
$arg += @("--file-version=$env:Build_version") $arg += @("--file-version=$env:Build_version")
$arg += @("--file-description=Difficult-Rocket!") $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")
$arg += @("--clang") $arg += @("--clang")