Skip to content

Commit

Permalink
Merge pull request #11 from GuoJikun/dev
Browse files Browse the repository at this point in the history
feat: 更改打包和升级时的密钥
  • Loading branch information
GuoJikun authored Dec 30, 2024
2 parents 07da2cd + 68799eb commit f74fe19
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion .tauri/myapp.key

This file was deleted.

1 change: 0 additions & 1 deletion .tauri/myapp.key.pub

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quicklook",
"version": "0.7.0",
"version": "0.7.1",
"description": "Windows 平台的文件预览工具",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.7.0"
version = "0.7.1"
description = "Windows 平台的文件预览工具"
authors = ["GuoJikun <[email protected]>"]
license = ""
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "quicklook",
"version": "0.7.0",
"version": "0.7.1",
"identifier": "dev.jikun.quicklook",
"build": {
"frontendDist": "../dist",
Expand Down Expand Up @@ -62,7 +62,7 @@
"updater": {
"createUpdaterArtifacts": true,
"dangerousInsecureTransportProtocol": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNEMEM3QzA1RjJCRkY1ODYKUldTRzliL3lCWHdNUGRpVGU1a3YzbWE1WlB0RVR3UU10eGZBME10dTkrbDg3QkNpSVdrOGMyQTcK",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDlENkEzMjUyN0RENTU2MgpSV1JpVmQwbkphUFdDZTExMEgwU1RiWkFTNDFhNU05TFRYRFVNbDV5OVp4dkZkZ2lKNStXMDdKZwo=",
"endpoints": [
"https://github.com/GuoJikun/quicklook/releases/latest/download/latest.json"
]
Expand Down

0 comments on commit f74fe19

Please sign in to comment.