From d65220dfee3fbb0ae933e2f95c9a958ce7c7db17 Mon Sep 17 00:00:00 2001 From: GuoJiKun Date: Wed, 13 Nov 2024 16:09:38 +0800 Subject: [PATCH 1/3] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8Dpnpm=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 618468d..420ad78 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: setup pnpm uses: pnpm/action-setup@v2 with: - version: 9.12.12 + version: 9.12.3 - name: Install frontend dependencies run: pnpm install From 24764600b1d846fbfb0f84f2f12efea80258264d Mon Sep 17 00:00:00 2001 From: GuoJiKun Date: Wed, 13 Nov 2024 16:27:50 +0800 Subject: [PATCH 2/3] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 420ad78..bdedce0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} - TAURI_SIGNING_PRIVATE_KEY_PASSPHRASE: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSPHRASE }} + TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }} with: args: ${{ matrix.settings.args }} tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version From 984d3f703059223418978ef69ba59a3de3b2b2eb Mon Sep 17 00:00:00 2001 From: GuoJiKun Date: Wed, 13 Nov 2024 17:13:34 +0800 Subject: [PATCH 3/3] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E7=9A=84=E6=9B=B4=E6=96=B0=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/updater.json | 11 ----------- src-tauri/tauri.conf.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 public/updater.json diff --git a/public/updater.json b/public/updater.json deleted file mode 100644 index 953db8d..0000000 --- a/public/updater.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "version": "v0.1.0", - "notes": "Bug fixes and improvements.", - "pub_date": "2024-11-12T00:00:00Z", - "platforms": { - "windows-x86_64": { - "url": "http://192.168.188.211:6688/msi/quicklook_0.1.0_x64_zh-CN.msi", - "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVTRzliL3lCWHdNUFNWOFh6NFZBOTVxMG5pRlV3UDRJQzM2NmRGb1ZPd0d4QW5PTm1vSE1qU0g3MWhjYjd4VkljWGxNSXp5L1VPNWVnaUNmdXBwK2hRdGUzS3hKdWJyVEFVPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzMxMzgyMDgwCWZpbGU6cXVpY2tsb29rXzAuMS4wX3g2NF96aC1DTi5tc2kKQnBYanhYUitjV2RZTVVTNTNxSWwya1JFRENHMDRFOE1FNmt5SmgvYU1ubXNxUk9lRUF6aldVVWxDYkJCUFhKTFZ1Vmlma25zYS9FY0VqTCtMK1BuQkE9PQo=" - } - } -} \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bfcd338..2885e24 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -67,7 +67,7 @@ "dangerousInsecureTransportProtocol": true, "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNEMEM3QzA1RjJCRkY1ODYKUldTRzliL3lCWHdNUGRpVGU1a3YzbWE1WlB0RVR3UU10eGZBME10dTkrbDg3QkNpSVdrOGMyQTcK", "endpoints": [ - "http://192.168.188.211:6688/updater.json" + "https://api.github.com/repos/GuoJikun/quicklook/releases/latest/download/latest.json" ] } }