Skip to content

Commit

Permalink
docs: 更新公钥
Browse files Browse the repository at this point in the history
  • Loading branch information
fangcy committed Oct 24, 2023
1 parent 1df8d5d commit 556ce8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vop",
"private": true,
"version": "0.1.2",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",
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 = "vop"
version = "0.1.2"
version = "0.1.4"
description = "VideoOnlinePlay"
authors = ["fangcy"]
license = "GPLv3"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "vop",
"version": "0.1.2"
"version": "0.1.4"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"active": true,
"dialog": false,
"endpoints": ["https://github.com/fangcongyang/video/releases/download/updater/update.json"],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEE2RUFFMjU0REExQzc1QgpSV1JieDZGTkphNXVDaW15bC9qZHdPOEZHUHZ4WlpDYmdUY1g5MzV3Mm1kajB2TGMrOEZzcWZBcQo=",
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNGMjM0MTE0QTY4RkRGNzkKUldSNTM0K21GRUVqUDlzR3EyRTFoTU8zL3krVEM3d1BONEFCMDJwMHoxbU01Z0JOZUdPYjlXUHcK=",
"windows": {
"installMode": "passive",
"installerArgs": []
Expand Down

0 comments on commit 556ce8a

Please sign in to comment.