Skip to content

Commit

Permalink
dsda-doom - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Sep 12, 2024
1 parent 7a62fb9 commit 3780f4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions engines/dsda-doom/assets/run-dsda-doom-basecommand.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

cd ./dsda-doom

LD_LIBRARY_PATH="lib:$LD_LIBRARY_PATH" ./dsda-doom
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4492,7 +4492,7 @@
},
{
"name": "dsda-doom",
"command": "./dsda-doom/run-dsda-doom.sh",
"command": "./dsda-doom/run-dsda-doom-basecommand.sh",
"command_args": [
"-iwad",
"../base/HERETIC.WAD"
Expand Down

0 comments on commit 3780f4d

Please sign in to comment.