-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |