mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Fix wax
command packaging for install script
This commit is contained in:
parent
68376116b8
commit
9d6681006d
4
Makefile
4
Makefile
@ -288,8 +288,8 @@ build-install-package:
|
||||
cp ./wapm-cli/target/release/wapm ./install/bin/
|
||||
cp ./target/release/wasmer ./install/bin/
|
||||
# Create the wax binary as symlink to wapm
|
||||
cd ./install/bin/ && ln -s wapm wax
|
||||
tar -C ./install -zcvf wasmer.tar.gz bin/wapm bin/wasmer
|
||||
cd ./install/bin/ && ln -sf wapm wax && chmod +x wax
|
||||
tar -C ./install -zcvf wasmer.tar.gz bin
|
||||
|
||||
UNAME_S := $(shell uname -s)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user