-
Notifications
You must be signed in to change notification settings - Fork 338
Update feature #758
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingneeds verificationDescription of the issue needs to be verified by the teamDescription of the issue needs to be verified by the team
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds verificationDescription of the issue needs to be verified by the teamDescription of the issue needs to be verified by the team
Pre-submit checks
Describe the bug
-DENABLE_UPDATE_HELPER=ON \ to cmake
But even after ignoring some "compile warnings treated as errors", it still won't build (error in "build/_deps/cpr-src/cpr/").
Is update feature implemented already?
Expected behavior
Update feature show green checkmark in appimage launcher settings.
Steps to reproduce the issue
export PREFIX="/usr/local/"
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="$PREFIX" -DUSE_SYSTEM_BOOST=true -DENABLE_UPDATE_HELPER=ON
See #251 for more details why this is required
make libappimage libappimageupdate libappimageupdate-qt
cmake .
make
Screenshots
No response
Distribution and desktop environment
CachyOS KDE 6.5.3
Installed AppImageLauncher version
3.0.0_beta_3-1
List of AppImages you tried (ideally with URL)
No response
Additional context
No response