haxpor / aseprite-macos-buildsh

Automated script to create latest release app (either beta, or release whichever is newer) of Aseprite for macOS
MIT License
156 stars 40 forks source link

main.scpt path correct? #8

Open shusso opened 4 years ago

shusso commented 4 years ago

Hey, thanks for sharing your build pipeline!

Not sure was it me doing something dumb (as I ran the process manually) but I noticed that the main.scpt seems to be pointing to

to run
    do shell script "/Applications/Aseprite/aseprite"
end run

yet in the aseprite.sh has multiple references pointing to

"$TARGET/Aseprite.app"

I might have missed a step at some point, feel free to close if this issue is not valid. I can also PR you the quick fix if you need 👍

haxpor commented 4 years ago

Hey there!

That is for supporting custom installation path for resultant app. If you see #3 , it had the problem if user uses --target parameter. If you have some fix for this to still make it automated, feel free to let me know!