Skip to content
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

Only set <check_update>true</check_update> for the AppImage #1415

Open
davidhedlund opened this issue Nov 11, 2024 · 0 comments
Open

Only set <check_update>true</check_update> for the AppImage #1415

davidhedlund opened this issue Nov 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@davidhedlund
Copy link

davidhedlund commented Nov 11, 2024

Current Behavior

Both the flatpak package and the appimage generates
<check_update>true</check_update> in settings.xml

That is valid for the AppImage, but problematic for the Flatpak package, because when you open it it asks you it you want to update Cemu, and downloads the latest AppImage if you click "Yes". This happens everytime you open the Flatpack package, even if you have clicked "Yes" previously. The only way to prevent this is to manually change <check_update>true</check_update> to <check_update>false</check_update> in ~/.var/app/info.cemu.Cemu/config/Cemu/settings.xml

Expected Behavior

As pointed out here:
This line

ConfigValue<bool> check_update{true};
should have a macro setting the value to true #if LINUX && !APPIMAGE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant