From 321782b945431bc8b2e133988eedd6b3fb5c8cb5 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sat, 6 May 2023 22:46:38 +0800 Subject: [PATCH] remove DR_Rs build from nuitka-win --- nuitka-win.ps1 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nuitka-win.ps1 b/nuitka-win.ps1 index 4feda60..82594fe 100644 --- a/nuitka-win.ps1 +++ b/nuitka-win.ps1 @@ -10,13 +10,6 @@ if (-Not (Test-Path -Path "./.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 += @("--standalone")