Rubydesic / minecraft-dynamic-discs

GNU General Public License v3.0
7 stars 9 forks source link

Set linux file permissions on downloading as well as on game start, should fix file permissions issue #9

Closed dootus closed 3 years ago

dootus commented 3 years ago

I've been doing some work trying to make this work on my game, which is on linux. There are other changes I've been making but this one is pretty trivial and could be included straight away - it's just including the file permissions set function after youtube-dl is downloaded where it was previously missing as well as checking on game start.

It should fix the file permission error 13 people have been seeing in issue #1 and mentioning in other issues.

Rubydesic commented 3 years ago

looks good, thanks