diff options
| author | 2026-05-19 20:34:38 -0400 | |
|---|---|---|
| committer | 2026-05-19 20:35:25 -0400 | |
| commit | ab4637241f0ae3d219643f256c5cdfd98c5c189d (patch) | |
| tree | 52d9aefa48ab4adb3abf32356c2a9a51270b9a6b /Scripts/zip_from_gamedir.sh | |
| parent | 2b3c28619a83e0c25332cd1e579da15fa80509c8 (diff) | |
| download | NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.gz NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.tar.bz2 NewCamera-ab4637241f0ae3d219643f256c5cdfd98c5c189d.zip | |
Super wip joint stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Scripts/zip_from_gamedir.sh')
| -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 |