Skip to content

Commit 9cd7741

Browse files
ComputelessComputerwarp-agent
andcommitted
fix missing identifier value in tauri.conf.json
Co-Authored-By: Warp <agent@warp.dev>
1 parent 62aaf9d commit 9cd7741

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Philo",
44
"version": "0.0.18",
5-
"identifier"
6-
"build": {
5+
"identifier": "com.johnjeong.philo",
6+
"build":
77
"beforeDevCommand": "bun run dev",
88
"devUrl": "http://localhost:1421",
99
"beforeBuildCommand": "bun run build",

0 commit comments

Comments
 (0)