Skip to content

Commit 60180a4

Browse files
committed
fix(tauri): update bundle identifier for macOS build
Change default bundle identifier from com.tauri.dev to dev.ryuzu.minecraftmodslocalizer to resolve Tauri build error requiring unique application identifier
1 parent e23be11 commit 60180a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "minecraft-mods-localizer",
44
"version": "3.0.0",
5-
"identifier": "com.tauri.dev",
5+
"identifier": "dev.ryuzu.minecraftmodslocalizer",
66
"build": {
77
"frontendDist": "../out",
88
"devUrl": "http://localhost:3000",

0 commit comments

Comments
 (0)