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

Change <check_update>true</check_update> to false #162

Closed
davidhedlund opened this issue Nov 10, 2024 · 2 comments
Closed

Change <check_update>true</check_update> to false #162

davidhedlund opened this issue Nov 10, 2024 · 2 comments

Comments

@davidhedlund
Copy link

davidhedlund commented Nov 10, 2024

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

@davidhedlund davidhedlund changed the title Change <check_update>true</check_update> to false Change <check_update>true</check_update> to false Nov 10, 2024
@ColinKinloch
Copy link
Collaborator

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

@davidhedlund
Copy link
Author

davidhedlund commented Nov 10, 2024

You should open this on the upstream repo. It also covers behaviour for distro packages also.

Thanks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants