build: Package data for Windows dist

This commit is contained in:
Matt Borgerson 2020-03-12 03:37:31 -07:00
parent 8aa653fd68
commit ec057af488
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ package_windows() { # Script to prepare the windows exe
mkdir -p dist
cp i386-softmmu/qemu-system-i386.exe dist/xemu.exe
cp i386-softmmu/qemu-system-i386w.exe dist/xemuw.exe
cp -r data dist/
python3 ./get_deps.py dist/xemu.exe dist
strip dist/xemu.exe
strip dist/xemuw.exe