add tool config for project utility
This commit is contained in:
parent
808b798326
commit
59109d3a18
8
tool_config.json
Normal file
8
tool_config.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"display_name": "PyInstaller GUI",
|
||||||
|
"description": "Crea eseguibili da script Python usando PyInstaller con una GUI.",
|
||||||
|
"command": ["python", "CreateExecFromPy.py"],
|
||||||
|
"version": "1.0",
|
||||||
|
"parameters": [],
|
||||||
|
"has_gui": true
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user