Like the title says, how would I compress all the files from a build into one application file, if possible?
Please correct me if this is the wrong forum to post to.
Like the title says, how would I compress all the files from a build into one application file, if possible?
Please correct me if this is the wrong forum to post to.
Simplest solution is to use WinRAR. When executed it will silently extract all the necessary files into the system temp folder before starting the game.
http://ludumdare.com/compo/2016/04/21/how-to-make-your-game-into-a-single-exe/
Why would you like to do this, out of interest?
Maybe he’s trying to make the executable self-contained, like an app bundle on macOS?