Skip to content

Commit

Permalink
qtdiag commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hmartinez82 committed Oct 9, 2023
1 parent 7ab0b5c commit 3a28385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ before_build:
- set SIGNING=false
- set INNSPATH=C:\Program Files (x86)\Inno Setup 5;C:\Program Files (x86)\Inno Setup 6
- set PATH=C:\Qt\%qtver%\%qtbin%\bin;%INNSPATH%;%PATH%
- C:/Qt/6.5/msvc2019_6/qtdiag.exe
- C:/Qt/6.5/msvc2019_64/bin/qtdiag.exe
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-next") { $env:PUBLISH_BINARY = 'true' }
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-stable") { $env:PUBLISH_BINARY = 'true' }
- ps: if($env:APPVEYOR_REPO_BRANCH -eq "stellarium-oldstable") { $env:PUBLISH_BINARY = 'true' }
Expand Down

0 comments on commit 3a28385

Please sign in to comment.