From 48c491881b3ee881b881832471dc8a3351472045 Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:19:13 -0700 Subject: [PATCH] umu_consts: update comment --- umu/umu_consts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/umu/umu_consts.py b/umu/umu_consts.py index c14d34560..cea5534cf 100644 --- a/umu/umu_consts.py +++ b/umu/umu_consts.py @@ -37,8 +37,8 @@ # See https://systemd.io/CONTAINER_INTERFACE # See https://specifications.freedesktop.org/basedir-spec/latest/index.html#basics # NOTE: For Flatpaks, the runtime will be installed in $HOST_XDG_DATA_HOME -# then $XDG_DATA_HOME, and will be required to update their manifests by adding -# the permission 'xdg-data/umu:create'. +# then $XDG_DATA_HOME as fallback, and will be required to update their +# manifests by adding the permission 'xdg-data/umu:create'. # See https://github.com/Open-Wine-Components/umu-launcher/pull/229#discussion_r1799289068 UMU_LOCAL: Path = XDG_DATA_HOME.joinpath("umu")