Skip to content

Commit

Permalink
doom64ex-plus - Switch to static hash
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed May 11, 2024
1 parent d09c766 commit 2f0660d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engines/doom64ex-plus/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# CLONE PHASE
git clone https://github.com/atsb/Doom64EX-Plus.git source
pushd source
git checkout "$COMMIT_TAG"
git checkout "$COMMIT_HASH"
popd

# BUILD PHASE
Expand Down
4 changes: 2 additions & 2 deletions engines/doom64ex-plus/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"ADDITIONAL_LICENSES": [
"./LICENSE"
],
"COMMIT_TAG": "3.6.5.9"
}
"COMMIT_HASH": "808e6dd"
}

0 comments on commit 2f0660d

Please sign in to comment.