Skip to content

Commit 4896b8c

Browse files
committed
Fix ios dev runner
It looks like the `productName` field cannot be overridden for iOS. Might be a bug.
1 parent 9377cf8 commit 4896b8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src-tauri/tauri.dev.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3-
"mainBinaryName": "octo-dev",
4-
"productName": "Octo (Dev)"
3+
"mainBinaryName": "octo-dev"
54
}

0 commit comments

Comments
 (0)