feat: first tested version

This commit is contained in:
2026-06-17 21:35:32 +02:00
parent 8c6a25cdb0
commit a82f503e79
4 changed files with 280 additions and 291 deletions

6
create_windows_exe.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
export WINEPREFIX="$HOME/.wine_mixxx"
winecfg
wine pyinstaller --onefile --windowed --name mixxx_import mixxx_import.py