13 lines
444 B
JSON
13 lines
444 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)"
|
|
]
|
|
}
|
|
}
|