Add installer GUI and file system access feature

This commit introduces a new Tkinter-based GUI installer script (`installer/main.py`) that manages file extraction and shortcut creation. Additionally, a new file system access feature was added to the `ToolboxWindow` class, allowing users to open directories with platform-specific commands. Improvements also include platform-specific adjustments for Windows executables in the CMake configuration.
This commit is contained in:
2024-12-09 11:08:40 +01:00
parent 4fa4c6df6c
commit 543e2bae9c
10 changed files with 269 additions and 19 deletions

File diff suppressed because one or more lines are too long