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:
Mark Kim 2021-01-11 18:16:22 -05:00
parent 8406ee701b
commit 3c059ffe36
4 changed files with 3 additions and 6 deletions

View file

@ -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!