- 优化Windows打包

This commit is contained in:
jxxghp
2023-10-10 15:48:44 +08:00
parent 4c9a66f586
commit 93c473afe7
4 changed files with 20 additions and 9 deletions

View File

@ -95,6 +95,7 @@ jobs:
New-Item -Path "nginx/temp/__keep__.txt" -ItemType File -Force
New-Item -Path "nginx/logs" -ItemType Directory -Force
New-Item -Path "nginx/logs/__keep__.txt" -ItemType File -Force
Rename-Item -Path "nginx/nginx.exe" -NewName "nginx/nginx_mp.exe" -Force
shell: pwsh
- name: Pyinstaller