Skip to content

Commit 2f73ea1

Browse files
committed
Fixed linux build script
1 parent 5a61eab commit 2f73ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ DeployBinaries: CreateTagFile
9292
cp $(PROGRAM_NAME)/bin/$(PROGRAM_NAME) $(TARGET_PATH)
9393
cp $(LOGVIEW_NAME)/bin/$(LOGVIEW_NAME) $(TARGET_PATH)
9494
cp $(LIBRARY_NAME)/lib/lib$(LIBRARY_NAME)-$(API_VERSION).so $(TARGET_PATH)
95-
cp ./LICENSE.html $(TARGET_PATH)
95+
cp ./LICENSE-*.html $(TARGET_PATH)
9696
pandoc --from markdown_github+header_attributes --to html5 --standalone -H ./img/Style.inc ./README.md --output $(TARGET_PATH)/README.html
9797
cp ./img/*.png $(TARGET_PATH)/img
9898
rm -f $(OUTPUT_FILE)

0 commit comments

Comments
 (0)