We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fea54 commit d1b9305Copy full SHA for d1b9305
Makefile
@@ -49,13 +49,15 @@ dist-multiplatform: build
49
cp -p ../LICENSE.txt $(DIST_MACOS_DIR)/ && \
50
cp -p ../README.md $(DIST_MACOS_DIR)/ && \
51
cp -p ../release-notes.txt $(DIST_MACOS_DIR)/ && \
52
+ cp -pr ../third_party_licenses $(DIST_MACOS_DIR)/ && \
53
cd ..
54
55
cd $(DIST_DIR) && \
56
mv $(WINDOWS_DIR) $(DIST_WINDOWS_DIR) && \
57
cp -p ../LICENSE.txt $(DIST_WINDOWS_DIR)/ && \
58
cp -p ../README.md $(DIST_WINDOWS_DIR)/ && \
59
cp -p ../release-notes.txt $(DIST_WINDOWS_DIR)/ && \
60
+ cp -pr ../third_party_licenses $(DIST_WINDOWS_DIR)/ && \
61
zip -r $(DIST_WINDOWS_DIR).zip $(DIST_WINDOWS_DIR) && \
62
63
0 commit comments