Skip to content

Commit

Permalink
Add release builder
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Jun 6, 2017
1 parent 4301e41 commit 5ae83cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
del /S /Q _Ignore\release\UCR
mkdir _Ignore\release\UCR
copy UCR.exe _Ignore\release\UCR
copy UCR*.ahk _Ignore\release\UCR
copy CLI.ahk _Ignore\release\UCR
copy msvcr100.dll _Ignore\release\UCR
copy Changelog.txt _Ignore\release\UCR
xcopy /E /I Classes _Ignore\release\UCR\Classes
xcopy /E /I Functions _Ignore\release\UCR\Functions
xcopy /E /I Libraries _Ignore\release\UCR\Libraries
mkdir _Ignore\release\UCR\Plugins
mkdir _Ignore\release\UCR\Plugins\Core
mkdir _Ignore\release\UCR\Plugins\User
xcopy /E /I Plugins\Core _Ignore\release\UCR\Plugins\Core
xcopy /E /I Resources _Ignore\release\UCR\Resources
xcopy /E /I Threads _Ignore\release\UCR\Threads

0 comments on commit 5ae83cc

Please sign in to comment.