Skip to content

Commit

Permalink
umu_consts: delete cache variable
Browse files Browse the repository at this point in the history
- The launcher will no longer have or use the cache directory ~/.cache/umu to store archives
  • Loading branch information
R1kaB3rN committed Apr 2, 2024
1 parent 8bb44d4 commit 1eba996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umu/umu_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ class MODE(Enum):
UMU_LOCAL: Path = (
FLATPAK_PATH if FLATPAK_PATH else Path.home().joinpath(".local", "share", "umu")
)

UMU_CACHE: Path = Path.home().joinpath(".cache", "umu")

0 comments on commit 1eba996

Please sign in to comment.