Skip to content

Commit a1c41b9

Browse files
committed
feat: update tauri configuration with new identifier and macOS minimum system version
1 parent 154fed9 commit a1c41b9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "Fetch Github Hosts",
4+
"mainBinaryName": "fetch-github-hosts",
45
"version": "4.0.0",
5-
"identifier": "com.licoy.fetch-github-hosts",
6+
"identifier": "top.gitcdn.fetch-github-hosts",
67
"build": {
78
"frontendDist": "../.output/public",
89
"beforeDevCommand": "",
@@ -42,6 +43,9 @@
4243
"icons/128x128@2x.png",
4344
"icons/icon.icns",
4445
"icons/icon.ico"
45-
]
46+
],
47+
"macOS": {
48+
"minimumSystemVersion": "10.13"
49+
}
4650
}
4751
}

0 commit comments

Comments
 (0)