Skip to content

Commit

Permalink
umu_run: remove flatpak detection
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Aug 14, 2024
1 parent 9c67e87 commit 62038b3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions umu/umu_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,11 +809,6 @@ def main() -> int: # noqa: D103

log.debug("Arguments: %s", args)

if FLATPAK_PATH and root.is_relative_to("/app"):
log.debug("Flatpak environment detected")
log.debug("FLATPAK_ID: %s", FLATPAK_ID)
log.debug("Runtime path: %s", FLATPAK_PATH)

# Setup the launcher and runtime files
# An internet connection is required for new setups
try:
Expand Down

0 comments on commit 62038b3

Please sign in to comment.