Skip to content

Commit 0da2c65

Browse files
committed
chore(actions): move tauri setting [skip ci]
1 parent eb26ee3 commit 0da2c65

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

resources/apps/tauri/tauri.conf.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
"frontendDist": "../../../dist/"
1212
},
1313
"app": {
14-
"macOS": {
15-
"title": "Mah",
16-
"signingIdentity": "-"
17-
},
1814
"windows": [
1915
{
2016
"title": "Mah",
@@ -38,7 +34,9 @@
3834
"icons/icon.icns",
3935
"icons/icon.ico"
4036
],
41-
"macOS": {},
37+
"macOS": {
38+
"signingIdentity": "-"
39+
},
4240
"windows": {
4341
"certificateThumbprint": null,
4442
"digestAlgorithm": "sha256",

0 commit comments

Comments
 (0)