Skip to content

Commit d1b9305

Browse files
committed
Add the license of Go to the distribution files
1 parent a3fea54 commit d1b9305

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ dist-multiplatform: build
4949
cp -p ../LICENSE.txt $(DIST_MACOS_DIR)/ && \
5050
cp -p ../README.md $(DIST_MACOS_DIR)/ && \
5151
cp -p ../release-notes.txt $(DIST_MACOS_DIR)/ && \
52+
cp -pr ../third_party_licenses $(DIST_MACOS_DIR)/ && \
5253
cd ..
5354

5455
cd $(DIST_DIR) && \
5556
mv $(WINDOWS_DIR) $(DIST_WINDOWS_DIR) && \
5657
cp -p ../LICENSE.txt $(DIST_WINDOWS_DIR)/ && \
5758
cp -p ../README.md $(DIST_WINDOWS_DIR)/ && \
5859
cp -p ../release-notes.txt $(DIST_WINDOWS_DIR)/ && \
60+
cp -pr ../third_party_licenses $(DIST_WINDOWS_DIR)/ && \
5961
zip -r $(DIST_WINDOWS_DIR).zip $(DIST_WINDOWS_DIR) && \
6062
cd ..
6163

0 commit comments

Comments
 (0)