diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 63d61e7..912ab7b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -6,7 +6,8 @@ "Bash(pip install:*)", "Bash(pyinstaller --onefile --windowed --name \"GitUpdateChecker\" git_updater.py)", "Bash(pyinstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)", - "Bash(python -m PyInstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)" + "Bash(python -m PyInstaller --onefile --console --name \"GitUpdateChecker\" --icon=NONE git_updater.py)", + "Bash(cmd /c build.bat)" ] } }