feat: initial commit
This commit is contained in:
commit
67d9c3d73b
92 changed files with 13341 additions and 0 deletions
43
src-tauri/tauri.conf.json
Normal file
43
src-tauri/tauri.conf.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"app": {
|
||||
"security": {
|
||||
"csp": null
|
||||
},
|
||||
"windows": [
|
||||
{
|
||||
"fullscreen": false,
|
||||
"height": 600,
|
||||
"minHeight": 600,
|
||||
"resizable": true,
|
||||
"title": "fformat",
|
||||
"width": 800,
|
||||
"minWidth": 800
|
||||
}
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
"beforeBuildCommand": "pnpm run build",
|
||||
"beforeDevCommand": "pnpm run dev",
|
||||
"frontendDist": "../out"
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
],
|
||||
"targets": "all"
|
||||
},
|
||||
"plugins": {
|
||||
"shell": {
|
||||
"open": "https://github\\.com/rzmk/fformat"
|
||||
}
|
||||
},
|
||||
"identifier": "com.fformat.dev",
|
||||
"productName": "fformat",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue