Okay, so I've downloaded a game from Itch, and for whatever reason it downloads an ISO, I should be able to mount the ISO and install the game via a .sh file, but I can't launch it as it's marked as "not executable" when mounted.
I can't change permissions to the mounted file (from what I've gathered this is because ISO 9960 is inherently read only? That's a bit beyond me..) so I'm looking for a way to set it as "executable" on mount, but I can't find what the.. tag? would be for that.. I tried adding "exec" to the mount options (under the area which, by default, says "nosuid,nodev,nofail,x-gvfs-show" so it read as "nosuid,nodev,nofail,x-gvfs-show,exec" but that didn't work, so I'm not really sure if there's a specific code I should be using that's not exec (to be fair, I found that in an ubuntu forum.. so maybe?) or if there's another way I should be doing it to make it executable...