update build
This commit is contained in:
parent
89b414010c
commit
f0cc6421da
4
.github/workflows/nuitka.yml
vendored
4
.github/workflows/nuitka.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
$arg += @("--clang")
|
||||
$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/fonts=./libs/fonts")
|
||||
@ -129,7 +129,7 @@ jobs:
|
||||
$arg += @("--clang")
|
||||
$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/fonts=./libs/fonts")
|
||||
|
@ -9,7 +9,7 @@ fonts_folder = "libs/fonts"
|
||||
[window]
|
||||
style = "None"
|
||||
width = 1242
|
||||
height = 884
|
||||
height = 836
|
||||
visible = true
|
||||
gui_scale = 1
|
||||
caption = "Difficult Rocket v{DR_version}|DR_rs v{DR_Rust_get_version}"
|
||||
|
@ -27,7 +27,7 @@ $arg += @("--product-version=$env:DR_version")
|
||||
$arg += @("--file-version=$env:Build_version")
|
||||
$arg += @("--file-description=Difficult-Rocket!")
|
||||
$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 += @("--clang")
|
||||
|
Loading…
Reference in New Issue
Block a user