add tool config for project utility

This commit is contained in:
VALLONGOL 2025-04-29 13:29:13 +02:00
parent 808b798326
commit 59109d3a18

8
tool_config.json Normal file
View 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
}