Skip to content

Commit cb7996a

Browse files
committed
Fix windows installer license file
1 parent ab3b752 commit cb7996a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mk/dist.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ PKG_FILES := \
4646
UNROOTED_PKG_FILES := $(patsubst $(S)%,./%,$(PKG_FILES))
4747

4848
ifdef CFG_ISCC
49-
LICENSE.txt: $(S)LICENSE.txt
50-
cp $< $@
49+
LICENSE.txt: $(S)COPYRIGHT $(S)LICENSE-APACHE $(S)LICENSE-MIT
50+
cat $^ > $@
5151

5252
%.iss: $(S)src/etc/pkg/%.iss
5353
cp $< $@

0 commit comments

Comments
 (0)