Skip to content

Commit 28bc849

Browse files
powershell fixes for linux
1 parent 74f5fb0 commit 28bc849

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Scripts/BuildEngine.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ if ($IsWindows) {
8585

8686
if(-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

Scripts/PostBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)