diff options
Diffstat (limited to 'Scripts')
| -rwxr-xr-x | Scripts/zip_from_gamedir.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Scripts/zip_from_gamedir.sh b/Scripts/zip_from_gamedir.sh index ca37151..1eb943a 100755 --- a/Scripts/zip_from_gamedir.sh +++ b/Scripts/zip_from_gamedir.sh @@ -1,7 +1,7 @@ #! /usr/bin/env sh 7z a -tzip "NewCamera_$1_incl_spl_linux.zip" \ - msvcrt.dll \ + ucrtbase.dll \ nativePC/plugins/CSharp/Loader/Default.bin \ nativePC/plugins/CSharp/Loader/SharpPluginLoader.Bootstrapper.dll \ nativePC/plugins/CSharp/Loader/SharpPluginLoader.Core.dll \ @@ -13,7 +13,7 @@ nativePC/plugins/CSharp/Shaders/face.shdr \ nativePC/plugins/CSharp/Shaders/fxaa_max_quality.hlsl \ nativePC/plugins/CSharp/Shaders/sslr.shdr \ - nativePC/plugins/CSharp/Shaders/volume_upsample.shdr \ + nativePC/plugins/CSharp/Shaders/volume_upsample1.shdr \ nativePC/plugins/CSharp/Shaders/volume_upsample2.shdr \ nativePC/plugins/CSharp/WorldTuningTool.dll \ nativePC/plugins/CSharp/WorldTuningTool.json |