Skip to content

Commit 9d65b66

Browse files
committed
added LuaUI / fonts to base-archive on buildbot
1 parent 9806816 commit 9d65b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/slave/rsync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function zip() {
2525
# Create one archive for base content and two archives for each exe/dll:
2626
# one containing the exe/dll, and one containing debug symbols.
2727
cd ${BUILDDIR}
28-
7za u "${BASE_ARCHIVE}" base
28+
7za u "${BASE_ARCHIVE}" base LuaUI fonts
2929
for tostripfile in spring.exe spring-dedicated.exe spring-multithreaded.exe spring-headless.exe unitsync.dll; do
3030
zip ${tostripfile} ${tostripfile%.*}
3131
done

0 commit comments

Comments
 (0)