Skip to content

Commit

Permalink
International Doom - Update to 7.2.1 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan authored Oct 30, 2023
1 parent 0e9d51f commit ec39cc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions engines/inter-doom/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/"
2 changes: 1 addition & 1 deletion engines/inter-doom/env.sh
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 4 additions & 4 deletions metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -9772,4 +9772,4 @@
"value": "Supports steam achivements."
}
]
}
}

0 comments on commit ec39cc3

Please sign in to comment.