Skip to content

Commit

Permalink
removed hashlib build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nightcycle committed Sep 10, 2024
1 parent d4f72d0 commit a89b99d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/npm-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,3 @@ do
echo "removing $dir"
rm -rf "$dir"
done


# fix hashlib require
echo "fixing hashlib require"
bad_script_path="node_modules/@rbxts/rbxts-hashlib/out/init.lua"
bad_script=$(cat "$bad_script_path")
modified_script=$(echo "$bad_script" | sed 's/local Base64 = require(script.Base64)/local Base64 = require(".\/Base64")/')
echo "$modified_script" > "$bad_script_path"

0 comments on commit a89b99d

Please sign in to comment.