Modif dépot

This commit is contained in:
2026-03-24 12:51:40 +01:00
parent a110517401
commit 18bda249b5
3 changed files with 10 additions and 5 deletions

View File

@@ -1,7 +1,10 @@
{
"permissions": {
"allow": [
"Bash(python git_updater.py)"
"Bash(python git_updater.py)",
"Bash(pip show:*)",
"Bash(pip install:*)",
"Bash(pyinstaller --onefile --windowed --name \"GitUpdateChecker\" git_updater.py)"
]
}
}