From 990e74179a641662d1104fb0d8baa3c288447512 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sun, 25 Apr 2021 16:09:41 -0700 Subject: [PATCH] other thing --- tools/ci/build.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 tools/ci/build.ps1 diff --git a/tools/ci/build.ps1 b/tools/ci/build.ps1 old mode 100755 new mode 100644 index 737b90a9f3..af44ef7d46 --- a/tools/ci/build.ps1 +++ b/tools/ci/build.ps1 @@ -5,7 +5,6 @@ if(!(Test-Path -Path "C:/byond")){ } bash tools/ci/install_node.sh -bash tgui/bin/tgui --build +bash tools/build/build -&"C:/byond/bin/dm.exe" -max_errors 0 tgstation.dme exit $LASTEXITCODE