mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 05:19:12 -04:00
update conf
This commit is contained in:
parent
55f8809d13
commit
645daa690d
2 changed files with 437 additions and 199 deletions
622
src-tauri/Cargo.lock
generated
622
src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://schema.tauri.app/config/2.0.0-rc",
|
||||
"$schema": "https://schema.tauri.app/config/2.0.0",
|
||||
"productName": "IT Tools",
|
||||
"version": "0.1.0",
|
||||
"identifier": "tech.it-tools",
|
||||
|
@ -13,8 +13,8 @@
|
|||
"windows": [
|
||||
{
|
||||
"title": "IT Tools",
|
||||
"width": 1024,
|
||||
"height": 768,
|
||||
"width": 1280,
|
||||
"height": 800,
|
||||
"resizable": true,
|
||||
"fullscreen": false
|
||||
}
|
||||
|
@ -26,12 +26,6 @@
|
|||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
"icons/128x128@2x.png",
|
||||
"icons/icon.icns",
|
||||
"icons/icon.ico"
|
||||
]
|
||||
"icon": ["../public/favicon-32x32.png", "../public/android-chrome-512x512.png", "../public/favicon.ico"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue