Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jun 20, 2023
1 parent fb209af commit 985998f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ New-Item -ItemType Directory -Force -Path $copy

Copy-Item -Path ($dir + "\KKS_*.dll") -Destination $copy -Recurse -Force

Copy-Item -Path ($solutionDir + "\VRGIN_OpenXR\bin\*.dll") -Destination $copy -Force

Copy-Item -Path ($solutionDir + "\README.md") -Destination $copy -Recurse -Force
Copy-Item -Path ($solutionDir + "\LICENSE") -Destination $copy -Recurse -Force

Expand Down

0 comments on commit 985998f

Please sign in to comment.