remove DR_Rs build from nuitka-win

This commit is contained in:
shenjack 2023-05-06 22:46:38 +08:00
parent 9e1819b0d7
commit 321782b945

View File

@ -10,13 +10,6 @@ if (-Not (Test-Path -Path "./.github/workflows/env.ps1"))
./.github/workflows/env.ps1 ./.github/workflows/env.ps1
Set-Location libs
Set-Location Difficult_Rocket_rs
Set-Location src
python3.8 setup.py build
python post_build.py
Set-Location ../../..
$arg = @() $arg = @()
# 输出配置 # 输出配置
$arg += @("--standalone") $arg += @("--standalone")