This commit is contained in:
jxxghp 2023-10-10 16:17:22 +08:00
parent be941ebdd1
commit 0fbe51f257

View File

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