Skip to content

Commit 7b06745

Browse files
authored
add macos bundler
1 parent da60100 commit 7b06745

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ macos: bin/TLEscope-macos
6868
cp logo*.png $(DIST_MACOS)/ 2>/dev/null || true
6969
@echo "macOS build bundled in $(DIST_MACOS)/"
7070
@echo "Run it with: cd $(DIST_MACOS)/ && ./TLEscope"
71+
@echo "To make a MacOS bundle: ./macos_bundle.sh"
7172

7273
windows: bin/TLEscope.exe
7374
@mkdir -p $(DIST_WIN)
@@ -163,4 +164,4 @@ uninstall:
163164
rm -f $(DESTDIR)$(APP_DIR)/TLEscope.desktop
164165
rm -f $(DESTDIR)$(LINK_DIR)/TLEscope
165166
rm -rf $(DESTDIR)$(INSTALL_DIR)
166-
@echo "Uninstall complete."
167+
@echo "Uninstall complete."

0 commit comments

Comments
 (0)