|
Post by limith on Jun 2, 2017 16:52:01 GMT -8
This isn't a major issue given linux users are power users, but it's somewhat annoying to get permissions issues on every beta release of starnova and having to chmod everything. Other renpy releases somehow manage to not require this after unarchiving the archive. Specifically the following file is called via the .sh (actually I assume everything in the lib folder should probably be given +x permissions. If linux will be an officially supported platform on commercial release then this should be fixed.
/ShiningSongStarnova-4.0-pc/lib/linux-x86_64/ShiningSongStarnova: Permission denied
You can probably insert this into the .sh file (what I do on the command line, didn't test if this works in the .sh)
chmod -R +x ./lib
|
|
|
Post by Nemjen on Jun 3, 2017 22:51:58 GMT -8
I'll forward this onto those doing the compiling so that they are aware that this has been raised. Thanks!
|
|