Skip to content

Commit

Permalink
conf restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 14, 2024
1 parent 28c6897 commit ff27f48
Showing 1 changed file with 39 additions and 33 deletions.
72 changes: 39 additions & 33 deletions apps/tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,47 @@
"$schema": "../../../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn run build",
"beforeDevCommand": "yarn run dev",
"devPath": "../dist",
"distDir": "../dist"
"beforeDevCommand": "yarn run dev"
},
"package": {
"productName": "PackRat",
"version": "0.1.0"
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"targets": "all",
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"linux": {
"deb": {
"depends": []
}
}
},
"tauri": {
"productName": "PackRat",
"version": "0.1.0",
"identifier": "com.andrewbierman.packrat",
"plugins": {},
"app": {
"windows": [
{
"fullscreen": false,
Expand All @@ -20,32 +52,6 @@
"width": 800
}
],
"bundle": {
"active": true,
"category": "DeveloperTool",
"identifier": "com.andrewbierman.packrat",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [],
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
},
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
}
},
"security": {
"csp": null
}
Expand Down

0 comments on commit ff27f48

Please sign in to comment.