diff options
| author | 2026-06-02 22:27:51 -0400 | |
|---|---|---|
| committer | 2026-06-02 22:27:51 -0400 | |
| commit | 36871052773638da16a8795c657b03064138f388 (patch) | |
| tree | 588a4b1b134d4fd24fe7ddfc734395170b8faf39 /Scripts/zip_from_gamedir.sh | |
| parent | d40ec05f3e61b51be0b6a7797fc11e0b626d238b (diff) | |
| download | NewCamera-36871052773638da16a8795c657b03064138f388.tar.gz NewCamera-36871052773638da16a8795c657b03064138f388.tar.bz2 NewCamera-36871052773638da16a8795c657b03064138f388.zip | |
ModSlots and Scripts cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'Scripts/zip_from_gamedir.sh')
| -rwxr-xr-x | Scripts/zip_from_gamedir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/zip_from_gamedir.sh b/Scripts/zip_from_gamedir.sh index 1eb943a..cf7402b 100755 --- a/Scripts/zip_from_gamedir.sh +++ b/Scripts/zip_from_gamedir.sh @@ -1,6 +1,6 @@ #! /usr/bin/env sh -7z a -tzip "NewCamera_$1_incl_spl_linux.zip" \ +7z a -tzip "NewCamera+WorldTuningTool_$1_incl_spl_linux.zip" \ ucrtbase.dll \ nativePC/plugins/CSharp/Loader/Default.bin \ nativePC/plugins/CSharp/Loader/SharpPluginLoader.Bootstrapper.dll \ |