Voljega / ExoDOSConverter

a custom game converter from the ExoDOS collection to emulation station based distribution format
153 stars 12 forks source link

Add build.bat for Windows build process #46

Closed Voljega closed 3 years ago

Voljega commented 3 years ago

content of build.bat

@echo off
pyinstaller --icon=exodosicon.ico --clean -F main.py
copy ".\dist\main.exe" ExoDOSConverter.exe /y