Skip to content

Instantly share code, notes, and snippets.

@nihiluis
nihiluis / build_aseprite.sh
Created February 10, 2022 22:08
arm64 MacOS aseprite buildscript
#!/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=""