- Изменено
Still not run by double click spine.app in Max OS
Still not run by double click spine.app in Max OS. Need to navigate to content package and run jar.
Problem due to run.sh attribute set to non-execute.
Try on new 1.0.18
I don't have this problem on OS X... what version of OS X are you using, and what version of Java?
Maybe you lose the execute flag on the run.sh file? chmod +x run.sh
Hello,
I also had problems running the .app file with MacOSX Mountain Lion and I confirm problem was fixed by running this command on the terminal:
cd /Applications/Spine.app/Contents/MacOS/
chmod +x run.sh
Regards
Hector
Hmmm which archive tool extracts your zip file? I don't see that happening with the default Archive tool on OS X. Although, I have "Open safe files after downloading" disabled in Safari. Is Safari unzipping your file automatically?
Seem problem related to Archiver.
It is ok if i use mac os x Archive Utility. But try Springy and not working.
It is good if using dmg instead of zip file.
Hmm, I'll look at using a DMG, thanks.
Nate написалHmm, I'll look at using a DMG, thanks.
It's possible to script packaging in a DMG. You can create and mount your images all from the terminal, and then copy the bundle in.
Have a look at the hdiutil manpage.