We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4a8ed commit 842e535Copy full SHA for 842e535
1 file changed
src-tauri/tauri.conf.json
@@ -1,12 +1,12 @@
1
{
2
"productName": "GitHub Security Alerts",
3
"version": "1.1.0",
4
- "identifier": "com.githubsecurityalerts.app",
+ "identifier": "com.githubsecurityalerts.desktop",
5
"build": {
6
"frontendDist": "../dist",
7
"devUrl": "http://localhost:4200",
8
- "beforeDevCommand": "npm run dev",
9
- "beforeBuildCommand": "npm run build"
+ "beforeDevCommand": "npm run web:serve",
+ "beforeBuildCommand": "npm run web:build"
10
},
11
"app": {
12
"withGlobalTauri": true,
0 commit comments