Skip to content

Commit

Permalink
Merge pull request #3 from GuoJikun/dev
Browse files Browse the repository at this point in the history
发布 v0.1.0 版本
  • Loading branch information
GuoJikun authored Nov 13, 2024
2 parents 44ce00f + 984d3f7 commit c3bae74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
11 changes: 0 additions & 11 deletions public/updater.json

This file was deleted.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}
Expand Down

0 comments on commit c3bae74

Please sign in to comment.