Skip to content

Commit

Permalink
Update windeployqt.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored Aug 9, 2023
1 parent db43332 commit 0586c00
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dist/scripts/windeployqt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ if ($env:arch.substring(3, 2) -eq '32') {
# Run windeployqt which should be in path
windeployqt bin/qView.exe --no-compiler-runtime

# Do renaming-y stuff
mv bin\qView.exe "bin\qView-nightly-$NightlyVersion.exe"

# Call innomake if we are not building a nightly version (no version passed)
if ($NightlyVersion -ne '') {
if ($NightlyVersion -eq '') {
# Do renaming-y stuff
mv bin\qView.exe "bin\qView-nightly-$NightlyVersion.exe"

# Call innomake if we are not building a nightly version (no version passed)
& "dist/scripts/innomake.ps1"
}

0 comments on commit 0586c00

Please sign in to comment.