DR -> DR SDK #16

Merged
shenjackyuanjie merged 41 commits from feature/dr-sdk into main 2023-05-03 00:40:53 +08:00
Showing only changes of commit 181e53cef1 - Show all commits

View File

@ -78,18 +78,6 @@ jobs:
Write-Output $infos >> $env:GITHUB_ENV
python .github/workflows/get_info.py
# 这堆构建脚本全都是我自己写的
- name: DR-rs build
shell: pwsh
run: |
cd libs/Difficult_Rocket_rs/src
python setup.py build
python post_build.py
python setup.py clean
cd ..
cd ..
cd ..
# 还是得我自己写脚本
- name: Build on Windows
if: runner.os == 'Windows'
@ -163,7 +151,6 @@ jobs:
Copy-Item libs/fonts build\DR.dist\libs\fonts -Recurse
# Copy-Item libs\pyglet\ build\DR.dist -Recurse
# Copy-Item -Path "libs\Difficult_Rocket_rs\lib\*" -Destination "build\DR.dist\libs\Difficult_Rocket_rs\lib" -Recurse
Rename-Item build/DR.dist Difficult-Rocket
python ./.github/workflows/post_compile.py