From ec057af4884a25dd9474338738a86523173c1967 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Thu, 12 Mar 2020 03:37:31 -0700 Subject: [PATCH] build: Package data for Windows dist --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index abb0e38d80..52a7d28754 100755 --- a/build.sh +++ b/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