Skip to content

Commit

Permalink
include aset license in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivero committed Apr 18, 2020
1 parent 87f6b11 commit 14a0308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions KerbalVR/KerbalVR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ if EXIST "C:\KSP_dev\" (

:: Do NOT make robocopy the last command here. It gives a "bad" return value.
:: Make these simple copy commands the last events.
copy /Y "$(SolutionDir)\LICENSE-aset_props" "$(TargetDir)\rel\"
copy /Y "$(SolutionDir)\LICENSE-openvr" "$(TargetDir)\rel\"
copy /Y "$(SolutionDir)\LICENSE-steamvr" "$(TargetDir)\rel\"
copy /Y "$(SolutionDir)\LICENSE" "$(TargetDir)\rel\"
Expand Down

0 comments on commit 14a0308

Please sign in to comment.