We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9806816 commit 9d65b66Copy full SHA for 9d65b66
buildbot/slave/rsync.sh
@@ -25,7 +25,7 @@ function zip() {
25
# Create one archive for base content and two archives for each exe/dll:
26
# one containing the exe/dll, and one containing debug symbols.
27
cd ${BUILDDIR}
28
-7za u "${BASE_ARCHIVE}" base
+7za u "${BASE_ARCHIVE}" base LuaUI fonts
29
for tostripfile in spring.exe spring-dedicated.exe spring-multithreaded.exe spring-headless.exe unitsync.dll; do
30
zip ${tostripfile} ${tostripfile%.*}
31
done
0 commit comments