From bb1ae4bdc16cc2411076206b69a465e2a095f072 Mon Sep 17 00:00:00 2001 From: hydrant Date: Tue, 6 Apr 2021 19:47:08 +0200 Subject: [PATCH] postbuild dlcpacks richtig kopieren --- postbuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postbuild.ps1 b/postbuild.ps1 index c93bf675..4d1396ef 100644 --- a/postbuild.ps1 +++ b/postbuild.ps1 @@ -25,7 +25,7 @@ Set-Variable resourcesDir -option Constant -value "dotnet\resources" Set-Variable gamemodeDir -option Constant -value "reallife-gamemode" Set-Variable assetsDir -option Constant -value "client_packages\assets" Set-Variable indexJsDir -option Constant -value "client_packages" -Set-Variable dlcPacksDir -option Constant -value "source_dlcpacks" +Set-Variable dlcPacksDir -option Constant -value "client_packages\game_resources\dlcpacks" Set-Variable fullBuildDir -option Constant -value "$serverProjectPath\$buildDirectory" # create default config file if not exist