feat: first tested version
This commit is contained in:
6
create_windows_exe.sh
Executable file
6
create_windows_exe.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export WINEPREFIX="$HOME/.wine_mixxx"
|
||||
winecfg
|
||||
|
||||
wine pyinstaller --onefile --windowed --name mixxx_import mixxx_import.py
|
||||
Reference in New Issue
Block a user