This commit is contained in:
2026-01-25 13:57:24 +08:00
parent e8bdb423ed
commit e82e80ea0e

View File

@@ -37,7 +37,7 @@ build-windows:
- cd build - cd build
- Write-Host "windeployqt.exe Path is $QT_PATH/bin/windeployqt.exe" - Write-Host "windeployqt.exe Path is $QT_PATH/bin/windeployqt.exe"
- > - >
${{env.QT_PATH}}/bin/windeployqt.exe "bin/$PROJECT_NAME.exe" ${QT_PATH}/bin/windeployqt.exe "bin/$PROJECT_NAME.exe"
Write-Host "package windows end..." Write-Host "package windows end..."
- > - >
Get-ChildItem -Path bin -Recurse | Compress-Archive -DestinationPath "$PROJECT_NAME-v$PROJECT_VERSION-win-$ARCH_TYPE.zip" Get-ChildItem -Path bin -Recurse | Compress-Archive -DestinationPath "$PROJECT_NAME-v$PROJECT_VERSION-win-$ARCH_TYPE.zip"