Skip to content

Commit 2a89a8f

Browse files
authored
gzdoom - Update zmusic to latest (#2308)
* gzdoom - Update zmusic to latest * Update run-gzdoom-local.sh
1 parent a2b693a commit 2a89a8f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

engines/gzdoom/assets/run-gzdoom-local.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,4 @@
33
export SteamDeck=""
44
unset SteamDeck
55

6-
if [ ! -f gzdoom.ini ]; then
7-
cp -rfv ./gzdoom_template.ini gzdoom.ini
8-
fi
9-
106
LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./gzdoom "$@" +vid_backend 1

engines/gzdoom/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# From https://gitlab.com/luxtorpeda/packages/gzdoom - See LICENSE file for more information
44
# CLONE PHASE
5-
git clone https://github.com/coelckers/gzdoom.git source
5+
git clone https://github.com/zdoom/gzdoom.git source
66
pushd source
77
git checkout "$COMMIT_TAG"
88
popd

libraries/zmusic/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CLONE PHASE
44
git clone https://github.com/coelckers/ZMusic.git zmusic
55
pushd zmusic
6-
git checkout -f 519b76b
6+
git checkout -f ac3e232
77
popd
88

99
# BUILD PHASE

0 commit comments

Comments
 (0)