From ec39cc34a964eb6f5bce90b4fe3e9620b5233585 Mon Sep 17 00:00:00 2001 From: d10sfan <4337981+d10sfan@users.noreply.github.com> Date: Sun, 29 Oct 2023 21:20:41 -0500 Subject: [PATCH] International Doom - Update to 7.2.1 (#1008) --- engines/inter-doom/build.sh | 6 ++---- engines/inter-doom/env.sh | 2 +- metadata/packagessniper_v2.json | 8 ++++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/engines/inter-doom/build.sh b/engines/inter-doom/build.sh index b6f2cff39..20bb3880c 100755 --- a/engines/inter-doom/build.sh +++ b/engines/inter-doom/build.sh @@ -3,7 +3,7 @@ # CLONE PHASE git clone https://github.com/JNechaevsky/inter-doom.git source pushd source -git checkout ed06d70 +git checkout c0e163e popd # BUILD PHASE @@ -16,11 +16,9 @@ cmake \ -DBUILD_PORTABLE=ON \ .. make -j "$(nproc)" -make install +make popd # COPY PHASE -mkdir -p "$diststart/common/dist/base" cp -rfv source/build/src/inter-* "$diststart/common/dist/" -cp -rfv "$pfx/base/"* "$diststart/common/dist/base/" cp -rfv assets/* "$diststart/common/dist/" diff --git a/engines/inter-doom/env.sh b/engines/inter-doom/env.sh index fb74add5a..a801dffd3 100755 --- a/engines/inter-doom/env.sh +++ b/engines/inter-doom/env.sh @@ -1,5 +1,5 @@ #!/bin/bash export STEAM_APP_ID_LIST="2390 2360 2370 2300 2280 2290" -export LICENSE_PATH="./source/LICENSE.txt" +export LICENSE_PATH="./source/COPYING" export COMMON_PACKAGE="1" diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index 0d0239b13..dccf9fde1 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -8088,12 +8088,12 @@ "engine_name": "Crispy Doom" }, { - "engine_link": "https://github.com/JNechaevsky/inter-doom", - "version": "6.2.1", + "engine_link": "https://github.com/JNechaevsky/international-doom/blob/main/COPYING", + "version": "7.2.1", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv2", - "license_link": "https://github.com/JNechaevsky/inter-doom/blob/master/LICENSE.txt", + "license_link": "https://github.com/JNechaevsky/international-doom/blob/main/COPYING", "controllerSupportedManualGame": true, "engine_name": "International Doom" }, @@ -9772,4 +9772,4 @@ "value": "Supports steam achivements." } ] -} \ No newline at end of file +}