[Mac 10.8] Applications alias in Nightly Build DMG doesn't point to a valid location
Nightly Build e02be8b (Aug 29, 2013) on OSX 10.8.4
When dragging the MuseScoreNightly app onto the Applications alias you get the error "The alias "Applications" can't be opened because the original can't be found"
The alias can be fixed by going to Get Info and "Select New Original" and point it at Applications.
I've poked at it a bit, but there does not seem to be a modern equivalent of "ResEdit" to mess with the aliases. The alias file clocks in at about 6 MB of binary data. Consequently I can't upload the fixed file. (2MB upload limit.) My understanding is that all that size comes from icon and resource fork data.
It might be easier to use the command line and merely create a unix symlink to /Applications/ - the finder treats both equally and you won't be adding 6MB to your installer anymore.
"ln -s /Applications" in your reference DMG on the command line.
Comments
I'm running Mac and the application shortcut works just fine. I'm not following your explanation about resedit and the the 6MB thing. The Applications shortcut is just a symbolic link https://github.com/musescore/MuseScore/blob/master/build/package_mac#L93
Having tested on several computers in channel it seems this issue is appearing on 10.8.X and not on 10.7.X
Indeed.
Using MuseScore 2.0 Nightly Build (e02be8b) - Mac 10.8.4.
Also a note that it could be a bug in Mac OSX 10.8 https://discussions.apple.com/thread/4253922?start=0&tstart=0