Skip to content

Commit e1c1ecc

Browse files
committed
Try fix quotes for Windows
1 parent 6e4c167 commit e1c1ecc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/template-function-1password/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"private": true,
66
"version": "0.1.0",
77
"scripts": {
8-
"build": "run-p build:*",
8+
"build": "run-s build:*",
99
"build:1-build": "yaakcli build",
10-
"build:2-cpywasm": "cpx '../../node_modules/@1password/sdk-core/nodejs/core_bg.*' build/",
10+
"build:2-cpywasm": "cp \"../../node_modules/@1password/sdk-core/nodejs/core_bg.wasm\" build/",
1111
"dev": "yaakcli dev"
1212
},
1313
"dependencies": {

src-tauri/tauri.release.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"endpoints": [
2727
"https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}"
2828
],
29-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRDJFREQ1MjExQjdGN0IKUldSN2Z4c2gxZTNTd1FHNCtmYnFXMHVVQzhuNkJOM1cwOFBodmdLall3ckhKenpKUytHSTR1MlkK"
29+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVGRkFGMjQxRUNEOTQ3MzAKUldRd1I5bnNRZkw2NzRtMnRlWTN3R24xYUR3aGRsUjJzWGwvdHdEcGljb3ZJMUNlMjFsaHlqVU4K"
3030
}
3131
},
3232
"bundle": {

0 commit comments

Comments
 (0)