Files
Lanceur-Geco/.claude/settings.local.json
2026-03-24 19:14:28 +01:00

14 lines
476 B
JSON

{
"permissions": {
"allow": [
"Bash(python git_updater.py)",
"Bash(pip show:*)",
"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(cmd /c build.bat)"
]
}
}