diff --git a/tool_config.json b/tool_config.json new file mode 100644 index 0000000..138b785 --- /dev/null +++ b/tool_config.json @@ -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 +} \ No newline at end of file