Skip to content

Commit

Permalink
add new .icns for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBrueggemann committed Nov 8, 2024
1 parent c69825f commit 34b1507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ deploy-macOS: $(DEPLOYMENT_DIR)/$(JAR_DIR)/$(JAR_FILE)
$(CREATE_DEPLOYMENTDIR)
jpackage --app-version $(VERSION) \
--description "Educational simulation program, to explore the world of agent-based modeling" \
--icon "images$(PATH_SEP)sheepsmeadow32x32.ico" \
--icon "images$(PATH_SEP)sheepsmeadow32x32.icns" \
--name Sheepsmeadow \
--input . \
--main-jar $(DEPLOYMENT_DIR)/jar/$(JAR_FILE) \
Expand Down

0 comments on commit 34b1507

Please sign in to comment.