This commit is contained in:
2026-01-25 13:54:48 +08:00
parent 96a1328afd
commit e8bdb423ed

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"
- > - >
$QT_PATH/bin/windeployqt.exe "bin/$PROJECT_NAME.exe" ${{env.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"