Skip to content

Commit

Permalink
fix(makefile: install_gui): add missing bin/themix-multi-export
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jul 17, 2024
1 parent c715646 commit 5c53e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install_gui: install_import_random
install -d $(DEST_PREFIX)/bin/
install -Dp -m 755 "$(PACKAGING_TMP_DIR)/packaging/bin/oomox-gui" "$(DEST_PREFIX)/bin/"
install -Dp -m 755 "$(PACKAGING_TMP_DIR)/packaging/bin/themix-gui" "$(DEST_PREFIX)/bin/"
install -Dp -m 755 "$(PACKAGING_TMP_DIR)/packaging/bin/themix-multi-export" "$(DEST_PREFIX)/bin/"

install -d $(DEST_PREFIX)/share/applications/
install -Dp -m 644 "$(PACKAGING_TMP_DIR)/packaging/com.github.themix_project.Oomox.desktop" "$(DEST_PREFIX)/share/applications/"
Expand Down

0 comments on commit 5c53e55

Please sign in to comment.