Skip to content

usm-games/usmglauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USM Games Launcher

This launcher was initially made for the Nerdonomicon 2019, Valparaíso, Chile to launch the games made by members of our initiative.

Build

To build the launcher into an .exe file run the following command:

pyinstaller cli.py \
--add-data games.json;. \
--add-data usmglauncher/templates/index.html;usmglauncher/templates \
--add-data usmglauncher/static/*.css;usmglauncher/static/ \
--add-data usmglauncher/static/Images/*;usmglauncher/static/Images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published