mirror of https://github.com/xemu-project/xemu.git
build: Package data for Windows dist
This commit is contained in:
parent
8aa653fd68
commit
ec057af488
1
build.sh
1
build.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue