Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kaniol-lck committed Jul 8, 2024
1 parent 0b68298 commit 764d799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
unzip *.zip
csrutil status
sudo cp -r lib/ /usr/local/lib/
sudo cp -r include/aria2/ /usr/local/include/
sudo cp -r include/ /usr/local/include/
rm -rf lib/ include/ *.zip
- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions modmanager.pro
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ win32 {
#native blur
LIBS += -ldwmapi


QMAKE_CXXFLAGS += $$system($$pkgConfigExecutable() --cflags libaria2)
LIBS += $$system($$pkgConfigExecutable() --libs libaria2 | sed 's/\/lib\b/\/bin/' | sed 's/-laria2/-laria2-0/')
equals(QT_MAJOR_VERSION, 5){
Expand Down

0 comments on commit 764d799

Please sign in to comment.