Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 28, 2024
1 parent dfd38c3 commit 13a1433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/setup_byond_linux.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

BYOND_MAJOR=515
BYOND_MINOR=1637
BYOND_MAJOR=516
BYOND_MINOR=1648

if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
then
Expand Down
4 changes: 2 additions & 2 deletions tools/setup_byond_windows.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

BYOND_MAJOR=515
BYOND_MINOR=1637
BYOND_MAJOR=516
BYOND_MINOR=1648

if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
then
Expand Down

0 comments on commit 13a1433

Please sign in to comment.