File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
export SteamDeck=" "
4
4
unset SteamDeck
5
5
6
- if [ ! -f gzdoom.ini ]; then
7
- cp -rfv ./gzdoom_template.ini gzdoom.ini
8
- fi
9
-
10
6
LD_LIBRARY_PATH=" lib:$LD_LIBRARY_PATH " ./gzdoom " $@ " +vid_backend 1
Original file line number Diff line number Diff line change 2
2
3
3
# From https://gitlab.com/luxtorpeda/packages/gzdoom - See LICENSE file for more information
4
4
# CLONE PHASE
5
- git clone https://github.com/coelckers /gzdoom.git source
5
+ git clone https://github.com/zdoom /gzdoom.git source
6
6
pushd source
7
7
git checkout " $COMMIT_TAG "
8
8
popd
Original file line number Diff line number Diff line change 3
3
# CLONE PHASE
4
4
git clone https://github.com/coelckers/ZMusic.git zmusic
5
5
pushd zmusic
6
- git checkout -f 519b76b
6
+ git checkout -f ac3e232
7
7
popd
8
8
9
9
# BUILD PHASE
You can’t perform that action at this time.
0 commit comments