30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"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": []
|
|
}
|
|
]
|
|
} |