We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd58b0e commit 99fa0daCopy full SHA for 99fa0da
tools/setup_byond_linux.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
4
BYOND_MAJOR=515
5
-BYOND_MINOR=1621
+BYOND_MINOR=1637
6
7
if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
8
then
tools/setup_byond_windows.sh
0 commit comments