Linux - When launcher updates new file is not marked as executable

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

john01dav

Active Member
Nov 30, 2013
93
2
33
Hello Ftb, when I press the update button in the ftb launcher, the next time it launches (on linux) it complains about the launcher not being marked as executable. To fix this, just execute the command
Code:
chmod +x /path/to/newlauncher.jar
This does not require admin privileges, and it would fix this bug.