Skip to content

Commit 02e2b8c

Browse files
committed
Update prep-package script.
1 parent a54da1b commit 02e2b8c

1 file changed

Lines changed: 13 additions & 18 deletions

File tree

prep-package.cmd

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
1-
cd /d %~dp0
2-
3-
mkdir OSVR-Unity-Dist
4-
mkdir OSVR-Unity-Dist\src
5-
mkdir OSVR-Unity-Dist\src\OSVR-Unity
6-
mkdir OSVR-Unity-Dist\src\Managed-OSVR
7-
xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S
8-
xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
9-
10-
rem the -F 0x4 is to turn off smartypants.
11-
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md
12-
move README.html OSVR-Unity-Dist\
13-
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
14-
move CONTRIBUTING.html OSVR-Unity-Dist\
15-
16-
17-
rem Copy the license and the notice
18-
xcopy LICENSE OSVR-Unity-Dist /Y
1+
cd /d %~dp0
2+
3+
mkdir OSVR-Unity-Dist
4+
5+
rem the -F 0x4 is to turn off smartypants.
6+
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md
7+
move README.html OSVR-Unity-Dist\
8+
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
9+
move CONTRIBUTING.html OSVR-Unity-Dist\
10+
11+
12+
rem Copy the license and the notice
13+
xcopy LICENSE OSVR-Unity-Dist /Y
1914
xcopy NOTICE OSVR-Unity-Dist /Y

0 commit comments

Comments
 (0)