-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ytobi's aria2 fixes #4
Open
in1tiate
wants to merge
16
commits into
AttorneyOnline:aria2
Choose a base branch
from
ytobi:aria2
base: aria2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
95a9f17
updated branch for testing purposes.
58a3b27
CI: fix git package
oldmud0 943901c
CI: Remove unnecessary link flags
oldmud0 70d244c
Use UCL instead of LZMA
oldmud0 1b2c02b
Bump version to 1.3.0
oldmud0 16332f2
Remove .exe from Linux launcher
oldmud0 4521a08
Fix delete task not deleting properly
oldmud0 d2d8ae5
Fix launcher not exiting after clicking Play
oldmud0 3d6bee7
applied ci changes
8dd8ac7
changed qarchive to internal branch
88bc4ef
updared readme.
b06a652
Revert "updared readme."
ba1c3c3
fix: fixed parameter mismatch connecting signal and slot
ytobi cebc797
fix: fixed undefine reference error.
ytobi 677ee76
feat: include required aria2 library
ytobi d8ac818
feat: link aria2 library and include src
ytobi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff --git a/launcher/launcher.pro b/launcher/launcher.pro | ||
index 2484f07..f7940f2 100644 | ||
index 1f2bf6c..fbd06ad 100644 | ||
--- a/launcher/launcher.pro | ||
+++ b/launcher/launcher.pro | ||
@@ -59,7 +59,7 @@ RESOURCES += \ | ||
@@ -59,7 +59,6 @@ RESOURCES += \ | ||
# For QArchive | ||
QT += concurrent | ||
|
||
-LIBS += ../libs/QArchive/libQArchive.a -larchive -lbz2 -llzma -llz4 -lz -lzstd -lnettle -lexpat -lxml2 | ||
+LIBS += ../libs/QArchive/release/libQArchive.a -larchive -lbz2 -llzma -llz4 -lz -lzstd -lnettle -lexpat -lxml2 /opt/mxe/usr/i686-w64-mingw32.static.posix/lib/liblzma.a | ||
win32:LIBS += -lbcrypt -liconv | ||
-win32:LIBS += -lbcrypt -liconv | ||
+LIBS += ../libs/QArchive/release/libQArchive.a -larchive -lnettle -lxml2 | ||
|
||
INCLUDEPATH += ../libs/QArchive ../libs/QArchive/include |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule QArchive
updated
34 files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change in this signal's signature is due to a major version change in QArchive that apparently was applied to this branch. I would be careful because I have not tested that new version.