Skip to content

Commit

Permalink
Update app identifier format in Tauri configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackRam-oss committed Nov 26, 2024
1 parent 8af0264 commit 57fae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "my-app-package-name",
"version": "0.1.0",
"identifier": "my-app-identifier",
"identifier": "com.my-app-identifier.app",
"build": {
"beforeDevCommand": "npm run dev",
"devUrl": "http://localhost:1420",
Expand Down

0 comments on commit 57fae52

Please sign in to comment.