diff --git a/web/satellite/scripts/build-wasm-dev.sh b/web/satellite/scripts/build-wasm-dev.sh index de1d72cc5..ba90d25a4 100755 --- a/web/satellite/scripts/build-wasm-dev.sh +++ b/web/satellite/scripts/build-wasm-dev.sh @@ -4,7 +4,4 @@ cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" ./static/wasm # Build wasm code -GOOS=js GOARCH=wasm go build -o ./static/wasm/access.wasm storj.io/storj/satellite/console/wasm - -# Allow execution of wasm_exec.js -chmod +x ./static/wasm/wasm_exec.js \ No newline at end of file +GOOS=js GOARCH=wasm go build -o ./static/wasm/access.wasm storj.io/storj/satellite/console/wasm \ No newline at end of file diff --git a/web/satellite/scripts/build-wasm.sh b/web/satellite/scripts/build-wasm.sh index dc04171a9..a2d9255bd 100755 --- a/web/satellite/scripts/build-wasm.sh +++ b/web/satellite/scripts/build-wasm.sh @@ -11,6 +11,3 @@ GOOS=js GOARCH=wasm go build -o ./static/wasm/access.wasm storj.io/storj/satelli # Compress wasm code using brotli brotli -k -f ./static/wasm/access.wasm - -# Allow execution of wasm_exec.js -chmod +x ./static/wasm/wasm_exec.js \ No newline at end of file