We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65dd60 commit 723b303Copy full SHA for 723b303
1 file changed
prep-package.cmd
@@ -4,11 +4,15 @@ 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
+xcopy README.html OSVR-Unity\Assets\OSVRUnity /Y
8
move README.html OSVR-Unity-Dist\
9
third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md
10
+xcopy CONTRIBUTING.html OSVR-Unity\Assets\OSVRUnity /Y
11
move CONTRIBUTING.html OSVR-Unity-Dist\
12
13
14
rem Copy the license and the notice
15
xcopy LICENSE OSVR-Unity-Dist /Y
-xcopy NOTICE OSVR-Unity-Dist /Y
16
+xcopy LICENSE OSVR-Unity\Assets\OSVRUnity /Y
17
+xcopy NOTICE OSVR-Unity-Dist /Y
18
+xcopy NOTICE OSVR-Unity\Assets\OSVRUnity /Y
0 commit comments