Commit eee07319 authored by nanahira's avatar nanahira

Merge branch 'v3' of git.mycard.moe:mycard/mycard into v3

parents e8b523b0 51d47980
...@@ -32,6 +32,9 @@ windows: ...@@ -32,6 +32,9 @@ windows:
- windows_bin - windows_bin
tags: tags:
- vs - vs
variables:
CSC_KEY_PASSWORD: $WINDOWS_CSC_KEY_PASSWORD
CSC_LINK: $WINDOWS_CSC_LINK
script: script:
- npm ci - npm ci
- npm run dist:windows - npm run dist:windows
......
{ {
"name": "mycard", "name": "mycard",
"version": "3.0.51", "version": "3.0.0",
"description": "moecube", "description": "moecube",
"keywords": [], "keywords": [],
"author": "zh99998 <zh99998@gmail.com>", "author": "zh99998 <zh99998@gmail.com>",
...@@ -99,6 +99,9 @@ ...@@ -99,6 +99,9 @@
"extraResources": [ "extraResources": [
"bin" "bin"
], ],
"win": {
"verifyUpdateCodeSignature": false
},
"linux": { "linux": {
"target": [ "target": [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment