winnitron / WinnitronLauncher

The official Winnitron launcher! The meat and potatoes of the Winnitron.
winnitron.com
MIT License
34 stars 7 forks source link

Handle zips with top-level folder #71

Closed aaronklaassen closed 6 years ago

aaronklaassen commented 6 years ago

Right now we require a zip file to look like this:

example_data/
my_game.exe
sweet_pic.png
etc.txt

but we should be able to also handle everything being inside a folder:

MY_GAME/
  example_data/
  my_game.exe
  sweet_pic.png 
  etc.txt
aaronklaassen commented 6 years ago

Iiiiiii put this issue on the wrong repo. I'm pretty smart fyi