Skip to content

Commit 842e535

Browse files
fix: correct build scripts and identifier in tauri.conf.json
1 parent 7a4a8ed commit 842e535

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"productName": "GitHub Security Alerts",
33
"version": "1.1.0",
4-
"identifier": "com.githubsecurityalerts.app",
4+
"identifier": "com.githubsecurityalerts.desktop",
55
"build": {
66
"frontendDist": "../dist",
77
"devUrl": "http://localhost:4200",
8-
"beforeDevCommand": "npm run dev",
9-
"beforeBuildCommand": "npm run build"
8+
"beforeDevCommand": "npm run web:serve",
9+
"beforeBuildCommand": "npm run web:build"
1010
},
1111
"app": {
1212
"withGlobalTauri": true,

0 commit comments

Comments
 (0)