Move custom/macos* files to macos/*
Move all macOS build scripts and resources into the same directory instead of just having the scripts in one directory and the resources in another.
This commit is contained in:
parent
8406ee701b
commit
3c059ffe36
4 changed files with 3 additions and 6 deletions
4
Makefile
4
Makefile
|
|
@ -1033,14 +1033,14 @@ install-macbundle:
|
|||
@install -m 644 macos/PkgInfo $(BUNDLE)/Contents
|
||||
@install -m 644 macos/Info.plist $(BUNDLE)/Contents
|
||||
@install -m 644 macos/tuxpaint.icns $(BUNDLE)/Contents/Resources
|
||||
@custom/macos.sh
|
||||
@macos/build-app.sh
|
||||
|
||||
|
||||
# Create DMG for macOS
|
||||
TuxPaint.dmg:
|
||||
@echo
|
||||
@echo "...Creating DMG Distribution File..."
|
||||
@custom/macos-mkdmg.sh
|
||||
@macos/build-dmg.sh
|
||||
|
||||
|
||||
# Build the program!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue