Open haxpor opened 5 years ago
Work around is to go to your result Aseprite.app/Contents/Resources/Scripts/main.scpt
. Double click it, it will open Apple Script app to allow you to edit it as shown below.
Now what we need to do is just to change the path. If your real path to Aseprite.app
is at /my/custom/path/Aseprite.app
then you need to change it to /my/custom/path/Aseprite/aseprite
.
I didn't find a better and cleaner way to fix this at the moment. So use above solution first.
I know I'm a year and a half late but i didnt see you addressing this and can't find an answer elsewhere, I'm getting a new error even after changing the path to the correct one: this time:
any way to fix? my main.scpt looks like this:
@NivMizzer Hey, seems like you misss actual executable binary at the end /Aseprite/aseprite
. See if it helps you.
This is reproduced, and verified.
I'm fixing this.Example if you execute with
bash aseprite.sh --target /your/custom/path
, it will have a problem and shown error as follows