Skip to content

Commit

Permalink
changes in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 14, 2024
1 parent 2de1300 commit 93d2b42
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
78 changes: 44 additions & 34 deletions apps/tauri/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 25 additions & 35 deletions apps/tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,37 @@
{
"productName": "Packrat",
"version": "0.1.0",
"identifier": "com.andrewbierman.packrat",
"build": {
"beforeBuildCommand": "yarn run build",
"frontendDist": "../dist",
"devUrl": "http://localhost:4200",
"beforeDevCommand": "yarn dev",
"distDir": "../src/assets",
"withGlobalTauri": false
"beforeBuildCommand": "yarn run build"
},
"package": {
"productName": "PackRat",
"version": "0.1.0"
},
"tauri": {
"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": ["deb", "appimage", "msi", "dmg"],
"windows": {
"certificateThumbprint": "",
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"updater": {
"active": false
},
"app": {
"windows": [
{
"title": "PackRat",
"title": "Packrat",
"width": 800,
"height": 600,
"resizable": true,
"fullscreen": false,
"transparent": false,
"decorations": true
"fullscreen": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
]
}
},
"$schema": "../../../node_modules/@tauri-apps/cli/schema.json"
}

0 comments on commit 93d2b42

Please sign in to comment.