fix startup script

This commit is contained in:
2026-05-28 11:01:25 +02:00
parent f459ecf72c
commit 3da8c1eac9
5 changed files with 39 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
@echo off
:: 1. Safely navigate to the exact folder this batch file is sitting in
cd /d "%~dp0"
:: 2. Launch the app in the background and instantly close the command prompt
start "" "python\pythonw.exe" -m my_package.gui