Skip to content

Commit

Permalink
making staging directory
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonMFong committed Nov 2, 2024
1 parent 185668f commit 6af37f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ test:

### Packaging

package: $(PACKAGE_COMPONENTS) $(PACKAGE_MODE)
package: $(PACKAGE_NAME) $(PACKAGE_COMPONENTS) $(PACKAGE_MODE)

package-linux: $(PACKAGE_NAME)
package-linux:
zip -r $(BIN_DIR)/$(PACKAGE_NAME)-$(PLATFORM).zip $(PACKAGE_NAME)
tar vczf $(BIN_DIR)/$(PACKAGE_NAME)-$(PLATFORM).tar.gz $(PACKAGE_NAME)

package-macos: $(PACKAGE_NAME)
package-macos:
hdiutil create -fs HFS+ -volname Goto -srcfolder $(PACKAGE_NAME) $(BIN_DIR)/$(PACKAGE_NAME)-$(PLATFORM).dmg

$(PACKAGE_NAME):
Expand Down

0 comments on commit 6af37f5

Please sign in to comment.