From 59109d3a18ab06aced38773ff6ddb99fdeac67c8 Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Tue, 29 Apr 2025 13:29:13 +0200 Subject: [PATCH] add tool config for project utility --- tool_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tool_config.json 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