Skip to content

Commit

Permalink
Upgrade to Hook v3 (rc2)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 15, 2023
1 parent 7a915b3 commit 43e2777
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,15 @@

## [Unreleased][]

### Features

- compatible with FlowSync 4 ([#94](../../issues/94))

### Other

- upgraded to Qt 5.15
- switched to GitHub Actions

## [0.5.10][] (2019-03-16)

### Features
Expand Down
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-2-osx-x86-64/Qt5Network.dll
HOOK_URL = https://github.com/pcolby/bipolar/releases/download/hook-3-rc2/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-2-osx-x86-64/QtNetwork-macosx10.10
https://github.com/pcolby/bipolar/releases/download/hook-3-rc2/QtNetwork-macos-12

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

0 comments on commit 43e2777

Please sign in to comment.