fix: update bundle identifier to avoid .app conflict

This commit is contained in:
2026-02-22 22:01:15 +01:00
parent 1857506fec
commit 214a24be9d

View File

@@ -1,7 +1,7 @@
{ {
"productName": "syspulse", "productName": "syspulse",
"version": "0.1.0", "version": "0.1.0",
"identifier": "com.syspulse.app", "identifier": "com.syspulse.profiler",
"build": { "build": {
"beforeDevCommand": "npm run dev", "beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build", "beforeBuildCommand": "npm run build",