Skip to content

Commit 54b88ce

Browse files
committed
Release v1.9.0
1 parent 98c9b12 commit 54b88ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
sed -i "" "s/\[NSApp setActivationPolicy:NSApplicationActivationPolicyRegular\]/[NSApp setActivationPolicy:NSApplicationActivationPolicyAccessory]/g" vendor/github.com/wailsapp/wails/v2/internal/frontend/desktop/darwin/AppDelegate.m
7777
7878
- name: Build Frontend
79-
run: cd frontend && pnpm build
79+
run: cd frontend && pnpm build-only
8080

8181
# Build
8282
- name: Build for ${{ matrix.build.GOOS }}-${{ matrix.build.GOARCH }}

frontend/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_APP_TITLE = GUI.for.SingBox
2-
VITE_APP_VERSION = v1.8.9
2+
VITE_APP_VERSION = v1.9.0
33
VITE_APP_PROJECT_URL = https://github.com/GUI-for-Cores/GUI.for.SingBox
44
VITE_APP_VERSION_API = https://api.github.com/repos/GUI-for-Cores/GUI.for.SingBox/releases/latest
55
VITE_APP_TG_GROUP = https://t.me/GUI_for_Cores

0 commit comments

Comments
 (0)