mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
try to fix builds
This commit is contained in:
parent
719071a9e8
commit
8e2dd0d47b
@ -30,7 +30,7 @@
|
||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="3.9.2" date="2021-05-27"/>
|
||||
<release version="3.9.2" date="2021-05-28"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||
|
@ -36,7 +36,7 @@ Invoke-WebRequest -Uri "$maria_link" -OutFile "$maria_output"
|
||||
# Download Qt itself.
|
||||
$qt_path = "$old_pwd\qt"
|
||||
pip3 install aqtinstall
|
||||
aqt install -b "https://mirrors.ocf.berkeley.edu/qt/" -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64"-m "qtwebengine"
|
||||
aqt install -b "https://mirrors.ocf.berkeley.edu/qt/" -O "$qt_path" "$qt_version" "windows" "desktop" "win64_msvc2019_64" -m "qtwebengine" -m "qtmultimedia"
|
||||
|
||||
$qt_qmake = "$qt_path\$qt_version\msvc2019_64\bin\qmake.exe"
|
||||
$env:PATH = "$qt_path\$qt_version\msvc2019_64\bin\;" + $env:PATH
|
||||
|
Loading…
Reference in New Issue
Block a user