We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154fed9 commit a1c41b9Copy full SHA for a1c41b9
src-tauri/tauri.conf.json
@@ -1,8 +1,9 @@
1
{
2
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3
"productName": "Fetch Github Hosts",
4
+ "mainBinaryName": "fetch-github-hosts",
5
"version": "4.0.0",
- "identifier": "com.licoy.fetch-github-hosts",
6
+ "identifier": "top.gitcdn.fetch-github-hosts",
7
"build": {
8
"frontendDist": "../.output/public",
9
"beforeDevCommand": "",
@@ -42,6 +43,9 @@
42
43
"icons/128x128@2x.png",
44
"icons/icon.icns",
45
"icons/icon.ico"
- ]
46
+ ],
47
+ "macOS": {
48
+ "minimumSystemVersion": "10.13"
49
+ }
50
}
51
0 commit comments