SXXXXXXX_GeoElevation/tool_config.json
VALLONGOL 13ae515707 Chore: Stop tracking files based on .gitignore update.
Untracked files matching the following rules:
- Rule "_build/": 16 files
2025-05-06 09:24:45 +02:00

8 lines
267 B
JSON

{
"display_name": "PyInstaller GUI Wrapper",
"description": "Creates executables from Python projects using PyInstaller with a GUI.",
"command": ["python", "-m", "pyinstallerguiwrapper"],
"version": "1.1",
"parameters": [],
"has_gui": true
}