From 48f0f3913ceee0c03ccd99da5958a89710e93d40 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:11:07 +0900 Subject: [PATCH] chore: add reminder --- dzgui/api/pefile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dzgui/api/pefile.py b/dzgui/api/pefile.py index 3688cdb..d98bf3a 100644 --- a/dzgui/api/pefile.py +++ b/dzgui/api/pefile.py @@ -424,6 +424,7 @@ def get_pefile_path(steam_path: Path, appid: int) -> Path: return pe_path +# TODO: move to dzgui.api.steam def get_app_path(folders_path: Path, appid: int) -> Path: app_path = None