11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(pyinstaller yidaima.spec --clean)",
|
|
"Bash(del /q /s dist\\\\\\\\* build\\\\\\\\*)",
|
|
"Bash(powershell -Command \"Remove-Item -Path dist\\\\\\\\* -Recurse -Force; Remove-Item -Path build\\\\\\\\* -Recurse -Force\")",
|
|
"Bash(ls -la *.py)"
|
|
]
|
|
}
|
|
}
|