This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Script to automate building latest release of Aseprite (it can be release or beta build) from https://github.com/haxpor/aseprite-macos-buildsh | |
# This is for macOS build version. | |
# Take Aseprite.app from https://github.com/haxpor/aseprite-macos-buildsh. | |
TARGET="/Applications" | |
# temporary value for returned value from function | |
TEMP_RET="" |