From 4d9043cccf5d1ca647b1003b891880af64967bc4 Mon Sep 17 00:00:00 2001 From: HAL <328961630@qq.com> Date: Sat, 8 Mar 2025 16:32:59 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=AE=9E=E7=8E=B0=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E4=BD=8D=E7=BD=AE=E8=AE=B0=E5=BD=95=E5=92=8C?= =?UTF-8?q?=E4=B9=A6=E7=AD=BE=E5=8A=9F=E8=83=BD=202.=20=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AF=BC=E5=87=BA=E5=88=86=E4=BA=AB=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=203.=20=E5=A2=9E=E5=8A=A0=E8=AF=AD=E9=9F=B3=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=92=8C=E9=80=9A=E8=AF=9D=E6=B6=88=E6=81=AF=E7=9A=84?= =?UTF-8?q?=E7=AD=9B=E9=80=89=204.=20=E5=AE=9E=E7=8E=B0=E5=8D=95=E8=81=8A?= =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AF=B9=E8=AF=9D=E4=BA=BA=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E8=B0=83=E6=8D=A2=E5=8A=9F=E8=83=BD=205.=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=B9=81=E4=BD=93=E5=92=8C=E8=8B=B1=E8=AF=AD=E8=A1=A8=E6=83=85?= =?UTF-8?q?=E7=9A=84=E8=A7=A3=E6=9E=90=206.=20=E4=BF=AE=E5=A4=8D=E7=9B=B8?= =?UTF-8?q?=E8=BF=91=E6=97=B6=E9=97=B4=E7=9A=84=E6=B6=88=E6=81=AF=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E4=BC=9A=E5=87=BA=E7=8E=B0=E9=A1=BA=E5=BA=8F=E4=B8=8D?= =?UTF-8?q?=E5=AF=B9=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 5 +++-- app.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d8460ff..3e3b539 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,11 +29,12 @@ jobs: submodules: recursive - name: Build wails - uses: dAppServer/wails-build-action@v2.2 + uses: dAppServer/wails-build-action@main id: build with: build-name: ${{ matrix.build.name }} sign: false build-platform: ${{ matrix.build.platform }} package: true - go-version: '1.21' \ No newline at end of file + go-version: '1.21' + wails-version: "v2.9.1" \ No newline at end of file diff --git a/app.go b/app.go index b60a8aa..a19dca4 100644 --- a/app.go +++ b/app.go @@ -23,7 +23,7 @@ const ( configDefaultUserKey = "userConfig.defaultUser" configUsersKey = "userConfig.users" configExportPathKey = "exportPath" - appVersion = "v1.2.0" + appVersion = "v1.2.1" ) type FileLoader struct {