erster commit
This commit is contained in:
30
.vscode/tasks.json
vendored
Normal file
30
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Build Grabber Config",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/.venv/Scripts/python.exe",
|
||||
"args": [
|
||||
"-m", "nuitka",
|
||||
"--standalone",
|
||||
"--enable-plugin=multiprocessing",
|
||||
"--enable-plugin=anti-bloat",
|
||||
"--enable-plugin=tk-inter",
|
||||
"--lto=no",
|
||||
"--msvc=latest",
|
||||
"--output-dir=build",
|
||||
"--assume-yes-for-downloads",
|
||||
"--windows-company-name=Patrick Gniza",
|
||||
"--windows-product-name=Grabber Config",
|
||||
"--windows-file-version=1.0.0",
|
||||
"--windows-product-version=1.0.0",
|
||||
"--windows-file-description=Grabber Config",
|
||||
"--windows-icon-from-ico=GrabberConfig.ico",
|
||||
"GrabberConfig.py"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user