- 优化Windows打包

This commit is contained in:
jxxghp 2023-10-10 13:27:00 +08:00
parent 60140fd2e6
commit d6831a8881

View File

@ -91,6 +91,8 @@ jobs:
Remove-Item -Path "dist.zip" Remove-Item -Path "dist.zip"
Remove-Item -Path "dist" -Recurse -Force Remove-Item -Path "dist" -Recurse -Force
Move-Item -Path "nginx/html/nginx.conf" -Destination "nginx/conf/nginx.conf" -Force Move-Item -Path "nginx/html/nginx.conf" -Destination "nginx/conf/nginx.conf" -Force
New-Item -Path "nginx/temp" -ItemType Directory
New-Item -Path "nginx/logs" -ItemType Directory
shell: pwsh shell: pwsh
- name: Pyinstaller - name: Pyinstaller