Bessere Unterstützung unter Linux fhür '~' als home dir

This commit is contained in:
2025-10-02 21:00:19 +02:00
parent f2491c5478
commit 5c91836d87
+1 -1
View File
@@ -26,7 +26,7 @@ elif platform == "darwin":
else: else:
config_path = f"~/.config/{app_name}/config.json" config_path = f"~/.config/{app_name}/config.json"
config_path = Path(path.expandvars(config_path)) config_path = Path(path.expandvars(config_path)).expanduser()
class JavaVm(BaseModel): class JavaVm(BaseModel):