Skip to content

Commit

Permalink
Update ezquake (#1366)
Browse files Browse the repository at this point in the history
* ezquake - Update to 3.6.5

* Update build.sh

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 2734ec4 commit 77d3ed1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion engines/ezquake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ popd

# BUILD PHASE
pushd "source/"
mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH="$pfx" \
..
make -j "$(nproc)"
popd

Expand All @@ -19,7 +25,7 @@ mkdir -p "$diststart/common/dist/ezquake/share/quake/hipnotic"
mkdir -p "$diststart/common/dist/ezquake/share/quake/dopa"
mkdir -p "$diststart/common/dist/ezquake/share/quake/mg1"

cp -v source/ezquake-linux-x86_64 "$diststart/common/dist/ezquake/"
cp -v source/build/ezquake-linux-x86_64 "$diststart/common/dist/ezquake/"
cp -v assets/ezquake.sh "$diststart/common/dist/ezquake/"
ln -s "../../../../id1/PAK0.PAK" "$diststart/common/dist/ezquake/share/quake/id1/pak0.pak"
ln -s "../../../../id1/PAK1.PAK" "$diststart/common/dist/ezquake/share/quake/id1/pak1.pak"
Expand Down
2 changes: 1 addition & 1 deletion engines/ezquake/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"./LICENSE"
],
"COMMON_PACKAGE": true,
"COMMIT_TAG": "3.6.4"
"COMMIT_TAG": "3.6.5"
}
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -10260,7 +10260,7 @@
},
{
"engine_link": "https://github.com/ezQuake/ezquake-source",
"version": "3.6.4",
"version": "3.6.5",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "GPLv2",
Expand Down

0 comments on commit 77d3ed1

Please sign in to comment.