pachulo/musescore-snap

Compiled as Dev not Release for arm64

Opened this issue · 2 comments

Hi Pachulo,

I realize you are strapped for time, but if you ever get a moment.

Unfortunately I only tried the arm64 raspbian version, I do not know about the other architectures.

I found the current snap was compiled as 3.6.2 (the current version) but as a dev build. This makes it so it doesn't integrate with Musescore.com among other things.

So you know, to compile correctly as stable, you must modify the CMakeList.txt file and change MUSESCORE_BUILD_CONFIG from 'dev" to "release"

Thank you!

Hi! Thanks for reporting this!
Yes, but we should ideally move to the cmake plugin, as the make method will be discontinued: musescore/MuseScore#7531

The problem is that I don't really have time to look into this, but any PR is very welcome!

Oh I did not realize you were not using cmake. This is a cmake flag to which I'm referring, so just something to watch out for whenever you get around to it. Unfortunately I know next to nothing when it comes to snaps. :(