moonlight-stream / moonlight-embedded

Gamestream client for embedded systems
https://github.com/moonlight-stream/moonlight-embedded/wiki
GNU General Public License v3.0
1.5k stars 325 forks source link

Fix permissions on source file #728

Closed hhromic closed 5 years ago

hhromic commented 5 years ago

Description Just noticed that a source code file was set to 0755 permissions instead of 0644. Just corrected that.

Purpose Make source code file not executable, probably was just mistakenly forgotten.