File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,8 +85,6 @@ if ($IsWindows) {
8585
8686if (-Not $LauncherOnly ) {
8787 $RepoRoot = [IO.Path ]::Combine($PSScriptRoot , " .." )
88- Write-Host " Ensuring submodules are initialized and updated..."
89- & git - C $RepoRoot submodule update -- init -- recursive
9088
9189 Write-Host " Configuring Vulkan-Header submodule..."
9290
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ $ContentsToProcess = @(
103103 }
104104 }
105105 " Linux" {
106- @ { From = " $OuputBuildDirectory \Tetragrama\$Configurations " ; To = " $OuputBuildDirectory \Panzerfaust\$Configurations \$TargetFramework \Editor" }
106+ @ { From = " $OuputBuildDirectory \Tetragrama\" ; To = " $OuputBuildDirectory \Panzerfaust\$Configurations \$TargetFramework \Editor" }
107107 }
108108 Default {
109109 throw ' This system is not supported'
You can’t perform that action at this time.
0 commit comments