File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- BRIDGE_VERSION ?= v1.0.28-rc1
1+ BRIDGE_VERSION ?= v1.0.28-rc5
22
33ifeq ($(OS ) , Windows_NT)
44 OS := windows
@@ -7,7 +7,7 @@ ifeq ($(OS), Windows_NT)
77 RM := powershell -NoProfile -NonInteractive "Remove-Item -Recurse -Force -ErrorAction SilentlyContinue -Path"
88 MKDIR := powershell -NoProfile -NonInteractive "New-Item -ItemType Directory -Force -Path"
99 MKLINK := powershell -NoProfile -NonInteractive "New-Item -ItemType Junction -Path 'build' -Target '..\..\nexasdk-bridge\build\out'"
10- UNZIP := powershell -Command "Expand-Archive -Path build/nexasdk-bridge.zip -DestinationPath build -Force"
10+ UNZIP := powershell -NoProfile -NonInteractive - Command "Expand-Archive -Path build/nexasdk-bridge.zip -DestinationPath build -Force"
1111else
1212 OS := $(shell echo $(shell uname -s) | tr '[:upper:]' '[:lower:]')
1313 ifeq ($(OS), darwin)
You can’t perform that action at this time.
0 commit comments