Skip to content

Commit f16e8ed

Browse files
authored
Fix/Change: Publish readme and license also separately on the bundles server and not only inside bundles (OpenTTD#20)
1 parent d31c24c commit f16e8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devzone/build/jenkins_postbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
for f in $(ls -d *.txt docs docs/*.txt); do cp -r $f dist; done
2+
for f in $(ls -d README.md LICENSE *.txt docs docs/*.txt); do cp -r $f dist; done
33

44
# Update Jenkins' NML
55
if [ "$USE_REV" == "HEAD" ] || [ "$BUILD_TYPE" == "releases" ] || [ "USE_REV" == "origin/master" ]; then

0 commit comments

Comments
 (0)