mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-22 00:42:13 +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 ./wapm-cli/target/release/wapm ./install/bin/
|
||||||
cp ./target/release/wasmer ./install/bin/
|
cp ./target/release/wasmer ./install/bin/
|
||||||
# Create the wax binary as symlink to wapm
|
# Create the wax binary as symlink to wapm
|
||||||
cd ./install/bin/ && ln -s wapm wax
|
cd ./install/bin/ && ln -sf wapm wax && chmod +x wax
|
||||||
tar -C ./install -zcvf wasmer.tar.gz bin/wapm bin/wasmer
|
tar -C ./install -zcvf wasmer.tar.gz bin
|
||||||
|
|
||||||
UNAME_S := $(shell uname -s)
|
UNAME_S := $(shell uname -s)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user