Skip to content

Commit

Permalink
Conf changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 11, 2024
1 parent 2bc45ae commit 314a654
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions apps/tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"version": "0.1.0"
},
"tauri": {
"identifier": "com.tauri.dev",
"build": {
"beforeBuildCommand": "yarn run build",
"beforeDevCommand": "yarn run dev",
"distDir": "../dist",
"devPath": "http://localhost:4200"
},
"bundle": {
"active": true,
"category": "DeveloperTool",
Expand All @@ -24,15 +17,30 @@
"icons/icon.ico"
],
"windows": {
"digestAlgorithm": "sha256"
"digestAlgorithm": "sha256",
"certificateThumbprint": "",
"timestampUrl": ""
},
"macOS": {
"entitlements": "",
"exceptionDomain": "",
"frameworks": [],
"providerShortName": "",
"signingIdentity": ""
},
"macOS": {},
"linux": {
"deb": {
"depends": []
}
}
},
"identifier": "com.tauri.dev",
"build": {
"beforeBuildCommand": "yarn run build",
"beforeDevCommand": "yarn run dev",
"distDir": "../dist",
"devPath": "http://localhost:4200"
},
"security": {
"csp": null
}
Expand Down

0 comments on commit 314a654

Please sign in to comment.