Skip to content

Commit

Permalink
Use the official v3 hook
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Aug 4, 2023
1 parent 326e70e commit d38a0e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/nsis/nsis.pro
Expand Up @@ -5,7 +5,7 @@ include(../../common.pri)

TEMPLATE = aux

HOOK_URL = https://github.com/pcolby/bipolar/releases/download/hook-3-rc2/Qt5Network-2022.dll
HOOK_URL = https://github.com/pcolby/bipolar/releases/download/hook-3/Qt5Network-2022.dll
POWERSHELL = $$(SYSTEMROOT)/System32/WindowsPowerShell/v1.0/powershell.exe
DOWNLOAD_SCRIPT = "(New-Object Net.WebClient).DownloadFile('$$HOOK_URL', 'Qt5Network.dll')"
hook.target = Qt5Network.dll
Expand Down
2 changes: 1 addition & 1 deletion pkg/osx/osx.pro
Expand Up @@ -7,7 +7,7 @@ TEMPLATE = aux

hook.target = $$OUT_PWD/QtNetwork
hook.commands = curl -L -o $$shell_quote($$OUT_PWD/QtNetwork) \
https://github.com/pcolby/bipolar/releases/download/hook-3-rc2/QtNetwork-macos-12
https://github.com/pcolby/bipolar/releases/download/hook-3/QtNetwork-macos-12

dmg.depends = $$OUT_PWD/../../src/release/Bipolar.app hook
dmg.target = dmg
Expand Down

0 comments on commit d38a0e5

Please sign in to comment.