Skip to content

Commit

Permalink
Fix windeployqt script renaming in the wrong case
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored Aug 9, 2023
1 parent 6ba4571 commit c08a484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/scripts/windeployqt.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ windeployqt bin/qView.exe --no-compiler-runtime


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"
} else {
# Do renaming-y stuff otherwise
mv bin\qView.exe "bin\qView-nightly-$NightlyVersion.exe"
}

0 comments on commit c08a484

Please sign in to comment.