짜잘한 수정사항. 일단 커밋

This commit is contained in:
2026-07-03 17:32:04 +09:00
parent c54fa70012
commit cad3fc8117
2 changed files with 2 additions and 1 deletions

2
.gitignore vendored
View File

@@ -10,3 +10,5 @@ metadata_1.json
metadata_mi.json
main.spec
.vscode/settings.json
build/
dist/

View File

@@ -158,7 +158,6 @@ def ExpandPathVars(text: str | None, filepath: str) -> str | None:
var_map = {
"filename": filename_no_ext,
"parentfolder": cur_folder,
"currentfolder": cur_folder,
"parentfolder": par_folder,
"fullpath": filepath,