diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 912ab7b..0be4a22 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -7,7 +7,8 @@ "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(cmd /c build.bat)" + "Bash(cmd /c build.bat)", + "Bash(pyinstaller --onefile --noconsole --name \"GitUpdateChecker\" --icon=NONE git_updater.py)" ] } } diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..04970b9 Binary files /dev/null and b/icon.png differ