-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tauri.toml
51 lines (42 loc) · 882 Bytes
/
Tauri.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[build]
beforeBuildCommand = ""
beforeDevCommand = ""
devPath = "http://localhost:8080/"
distDir = "../dist"
[package]
productName = "rusttask"
version = "0.1.0"
[tauri.allowlist]
all = false
[tauri.bundle]
active = true
category = "DeveloperTool"
copyright = ""
externalBin = [ ]
icon = [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
identifier = "my.rusttask"
longDescription = ""
resources = [ ]
shortDescription = ""
targets = "all"
[tauri.bundle.deb]
depends = [ ]
[tauri.bundle.macOS]
exceptionDomain = ""
frameworks = [ ]
[tauri.bundle.windows]
digestAlgorithm = "sha256"
timestampUrl = ""
[tauri.security]
[tauri.updater]
active = false
[[tauri.windows]]
title = "Rust Task"
fullscreen = false
resizable = true