Skip to content

Commit

Permalink
Preserve Carla files in artifact
Browse files Browse the repository at this point in the history
We accidentally left these out in a refactor.

Fixes a regression from 7d6ea5f.
  • Loading branch information
RytoEX committed Jan 10, 2024
1 parent 48a603d commit 85f0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build-Dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Package-Dependencies {
}
dependencies {
Get-ChildItem ./bin/*.lib | Move-Item -Destination ./lib
Get-ChildItem ./bin -Exclude 'lua51.dll','libcurl.dll','swig.exe','Lib' | Remove-Item
Get-ChildItem ./bin -Exclude 'carla-bridge-native.exe','carla-discovery-native.exe','libcarla_utils.dll','lua51.dll','libcurl.dll','swig.exe','Lib' | Remove-Item
Get-ChildItem ./cmake/pcre2*,./lib/pcre2* | Remove-Item
Remove-Item -Recurse ./lib/pkgconfig
Remove-Item -Recurse ./man
Expand Down

0 comments on commit 85f0d4e

Please sign in to comment.