WIP: [frontend, android] Move update_checker to frontend_common and add Android support #2687
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "inix/eden:update-checker-android"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I still have to add a setting to disable the auto update checking on a later PR, firstly lets make sure i didn't accidentally break anything with CMAKE. or QT.
DEVEL
env variable to automatically wok for all platorms abd24b12e5ENABLE_UPDARE_CHECKERE
is OFF@ -570,0 +575,4 @@
message(STATUS "DEVEL=$ENV{DEVEL}: Disabling updates checker for development builds")
set(ENABLE_UPDATE_CHECKER OFF)
endif()
endif()
I don't think this a good way to check for DEVEL, as we shouldn't rely on system environment variables (or at least I think we shouldn't
Yeah,
DEVEL
should be CI-local, not CMake-based@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2023 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
Dont remove old copyright header
[frontend, android] Move update_checker to frontend_common and add Android supportto WIP: [frontend, android] Move update_checker to frontend_common and add Android supportView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.