summaryrefslogtreecommitdiff
path: root/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts')
-rwxr-xr-xScripts/zip_from_gamedir.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/Scripts/zip_from_gamedir.sh b/Scripts/zip_from_gamedir.sh
new file mode 100755
index 0000000..ca37151
--- /dev/null
+++ b/Scripts/zip_from_gamedir.sh
@@ -0,0 +1,19 @@
+#! /usr/bin/env sh
+
+7z a -tzip "NewCamera_$1_incl_spl_linux.zip" \
+ msvcrt.dll \
+ nativePC/plugins/CSharp/Loader/Default.bin \
+ nativePC/plugins/CSharp/Loader/SharpPluginLoader.Bootstrapper.dll \
+ nativePC/plugins/CSharp/Loader/SharpPluginLoader.Core.dll \
+ nativePC/plugins/CSharp/Loader/SharpPluginLoader.runtimeconfig.json \
+ nativePC/plugins/CSharp/NewCamera.dll \
+ nativePC/plugins/CSharp/NewCamera.json \
+ nativePC/plugins/CSharp/Shaders/body_skin.shdr \
+ nativePC/plugins/CSharp/Shaders/cube_only.shdr \
+ 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_upsample2.shdr \
+ nativePC/plugins/CSharp/WorldTuningTool.dll \
+ nativePC/plugins/CSharp/WorldTuningTool.json