We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<check_update>true</check_update>
Flapak packages are not updated from the GUI, but from flatpak itself.
The appimage generates <check_update>true</check_update>
<check_update>false</check_update>
open cemu. read ~/.config/Cemu/settings.xml
OS: GNU/Linux
The text was updated successfully, but these errors were encountered:
You should open this on the upstream repo. It also covers behaviour for distro packages also.
This line https://github.com/cemu-project/Cemu/blob/2e829479d9f63dcfbd8ef67d456793a70f684b18/src/config/CemuConfig.h#L416 should have a macro setting the value to true #if LINUX && !APPIMAGE
true
#if LINUX && !APPIMAGE
Sorry, something went wrong.
Thanks:
No branches or pull requests
Flapak packages are not updated from the GUI, but from flatpak itself.
Current Behavior
The appimage generates
<check_update>true</check_update>
Expected Behavior
<check_update>false</check_update>
Steps to Reproduce
open cemu. read ~/.config/Cemu/settings.xml
System Info (Optional)
OS: GNU/Linux
The text was updated successfully, but these errors were encountered: