Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 7772c07

Browse files
committed
fix installer
1 parent 7290f49 commit 7772c07

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ cp "$SOURCE_DIR/src/sfx.lua" "$COMPUTER_DIR/sfx.lua"
2424
cp -r "$STATIC_DIR/"* "$COMPUTER_DIR/env"
2525

2626
cp -r "$LIBUNICORNPKG_DIR/unicorn" "$COMPUTER_DIR/env/lib"
27-
cp "$LIBUNICORNPKG_DIR/vendor/semver/semver.lua" "$COMPUTER_DIR/env/lib"
28-
cp "$LIBUNICORNPKG_DIR/vendor/sha256.lua" "$COMPUTER_DIR/env/lib"
2927

3028
# TODO: Use packages and libunicornpkg to install the CLI
3129
cp "$CLI_DIR/hoof/init.lua" "$COMPUTER_DIR/env/bin/hoof.lua"

0 commit comments

Comments
 (0)