From b08c0b03e654a323f6898067522d1303675c9036 Mon Sep 17 00:00:00 2001 From: Terra Date: Sun, 7 Mar 2021 16:41:17 +1100 Subject: [PATCH] I hate my life Signed-off-by: Terra --- librust_g.so => rust_g | Bin tools/ci/install_rust_g.sh | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename librust_g.so => rust_g (100%) diff --git a/librust_g.so b/rust_g similarity index 100% rename from librust_g.so rename to rust_g diff --git a/tools/ci/install_rust_g.sh b/tools/ci/install_rust_g.sh index a3b518b26..a29703198 100755 --- a/tools/ci/install_rust_g.sh +++ b/tools/ci/install_rust_g.sh @@ -3,6 +3,6 @@ set -euo pipefail source buildByond.conf -wget -O ./librust_g.so "https://github.com/BeeStation/rust-g/releases/download/$RUST_G_VERSION/full_librust_g.so" -chmod +x ./librust_g.so -ldd ./librust_g.so +wget -O ./rust_g "https://github.com/BeeStation/rust-g/releases/download/$RUST_G_VERSION/full_librust_g.so" +chmod +x ./rust_g +ldd ./rust_g