diff --git a/plugins/template-function-1password/package.json b/plugins/template-function-1password/package.json index cde328a3..bb3e7bb6 100644 --- a/plugins/template-function-1password/package.json +++ b/plugins/template-function-1password/package.json @@ -5,9 +5,9 @@ "private": true, "version": "0.1.0", "scripts": { - "build": "run-p build:*", + "build": "run-s build:*", "build:1-build": "yaakcli build", - "build:2-cpywasm": "cpx '../../node_modules/@1password/sdk-core/nodejs/core_bg.*' build/", + "build:2-cpywasm": "cp \"../../node_modules/@1password/sdk-core/nodejs/core_bg.wasm\" build/", "dev": "yaakcli dev" }, "dependencies": { diff --git a/src-tauri/tauri.release.conf.json b/src-tauri/tauri.release.conf.json index 4ff15476..39bf23ad 100644 --- a/src-tauri/tauri.release.conf.json +++ b/src-tauri/tauri.release.conf.json @@ -26,7 +26,7 @@ "endpoints": [ "https://update.yaak.app/check/{{target}}/{{arch}}/{{current_version}}" ], - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMxRDJFREQ1MjExQjdGN0IKUldSN2Z4c2gxZTNTd1FHNCtmYnFXMHVVQzhuNkJOM1cwOFBodmdLall3ckhKenpKUytHSTR1MlkK" + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEVGRkFGMjQxRUNEOTQ3MzAKUldRd1I5bnNRZkw2NzRtMnRlWTN3R24xYUR3aGRsUjJzWGwvdHdEcGljb3ZJMUNlMjFsaHlqVU4K" } }, "bundle": {