File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PACKAGE=github.com/genshen/wssocks-plugin-ustb/client-ui
99FLAGS =--trimpath
1010appID =wssocks-ustb-client-ui.genshen.github.com
1111appName ="wssocks-ustb client"
12- APP_VERSION =0.7.0
12+ APP_VERSION =0.8.0-beta
1313PACKAGE_FLAG =-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5
1414
1515all : wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PACKAGE=github.com/genshen/wssocks-plugin-ustb/client-ui
99FLAGS=--trimpath
1010appID=wssocks-ustb-client-ui.genshen.github.com
1111appName="wssocks-ustb client"
12- APP_VERSION=0.7.0
12+ APP_VERSION=0.8.0-beta
1313PACKAGE_FLAG=-icon app-512.png -appID ${appID} --appVersion ${APP_VERSION} -release -appBuild 5
1414
1515all: wssocks-ustb-ui-macOS-amd64 wssocks-ustb-ui-macOS-arm64 wssocks-ustb-ui-windows-amd64.exe # wssocks-ustb-ui-linux-amd64
Original file line number Diff line number Diff line change 55
66appBuildNumber=5
77appID=" wssocks-ustb-client-ui.genshen.github.com"
8- appVersion=0.7.0
8+ appVersion=0.8.0-beta # use appVersion in v0.8.0 release
99appIcon=./client-ui/app-512.png
1010buildEnv=" GOPROXY=https://goproxy.cn"
11- buildFlags=" --app-build ${appBuildNumber} --app-id ${appID} --app-version ${appVersion} -- icon ${appIcon} --env ${buildEnv} "
11+ buildFlags=" --app-build ${appBuildNumber} --app-id ${appID} --icon ${appIcon} --env ${buildEnv} "
1212
1313fyne-cross linux ${buildFlags} --arch amd64 ./client-ui
1414fyne-cross windows ${buildFlags} --arch amd64 ./client-ui
Original file line number Diff line number Diff line change 11# wssocks-plugin-ustb
22
3- ![ wssocks-ustb v0.7.0 ] ( https://img.shields.io/badge/wssocks--ustb-v0.7.0 -orange.svg )
3+ ![ wssocks-ustb v0.8.0-beta ] ( https://img.shields.io/badge/wssocks--ustb-v0.8.0beta -orange.svg )
44![ GitHub all releases] ( https://img.shields.io/github/downloads/genshen/wssocks-plugin-ustb/total?color=brightgreen )
55
66> Access internal network of USTB when the internal network is not available directly (e.g. at home).
Original file line number Diff line number Diff line change 88)
99
1010// also change version in client-ui and swift-ui if release
11- const VERSION = "0.7.0 "
11+ const VERSION = "0.8.0-beta "
1212
1313var versionCommand = & cmds.Command {
1414 Name : "version" ,
You can’t perform that action at this time.
0 commit comments