Skip to content

Commit 3a8a25d

Browse files
authored
Merge pull request #826 from NexaAI/chore/mengsheng/bump_version
chore: Update BRIDGE_VERSION to v1.0.28-rc5
2 parents 29e368f + 9644844 commit 3a8a25d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BRIDGE_VERSION ?= v1.0.28-rc1
1+
BRIDGE_VERSION ?= v1.0.28-rc5
22

33
ifeq ($(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"
1111
else
1212
OS := $(shell echo $(shell uname -s) | tr '[:upper:]' '[:lower:]')
1313
ifeq ($(OS), darwin)

0 commit comments

Comments
 (0)