summaryrefslogtreecommitdiff
path: root/package.bat
blob: 6bd1ba4ab243faa9b3252a9082a80a1d2e22e0a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off
del boxcatapult2d-windows.zip
rd /s/q boxcatapult2d
mkdir boxcatapult2d
mkdir boxcatapult2d\assets
copy assets\*.* boxcatapult2d\assets
copy LICENSE boxcatapult2d
copy SDL2.dll boxcatapult2d
copy README.md boxcatapult2d
del boxcatapult2d.exe

call make release
copy boxcatapult2d.exe boxcatapult2d
7z a boxcatapult2d-windows.zip boxcatapult2d