Skip to content

Commit bf5e4fb

Browse files
committed
fix: add sign tool as external bin
1 parent f67b191 commit bf5e4fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@
186186
"bundleMediaFramework": true
187187
},
188188
"externalBin": [
189-
"phnode"
189+
"phnode",
190+
"signtool"
190191
],
191192
"icon": [
192193
"icons/32x32.png",

0 commit comments

Comments
 (0)