-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Tauri.toml
59 lines (52 loc) · 1.23 KB
/
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
52
53
54
55
56
57
58
59
[build]
withGlobalTauri = false
distDir = "frontend/dist"
beforeDevCommand = "pnpm dev"
beforeBuildCommand = "pnpm build"
devPath = "http://localhost:1420"
[package]
productName = "Commit"
[tauri]
security = {}
macOSPrivateApi = true
[[tauri.windows]]
width = 800
height = 240
focus = false
visible = false
title = "Commit"
resizable = false
alwaysOnTop = true
fullscreen = false
transparent = true
hiddenTitle = true
skipTaskbar = true
decorations = false
[tauri.allowlist]
all = false
window = { startDragging = true }
[tauri.system-tray]
iconAsTemplate = true
menuOnLeftClick = false
iconPath = "icons/menubar.png"
[tauri.bundle]
active = true
targets = ["app", "dmg"]
category = "DeveloperTool"
macOS = { license = "LICENSE" }
identifier = "build.miguel.commit"
copyright = "Copyright © 2023 Miguel Piedrafita"
icon = [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico",
]
[tauri.updater]
active = true
dialog = true
endpoints = [
"https://github.com/m1guelpf/commit/releases/latest/download/latest.json",
]
pubkey = "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNENDk3QkZBQUZBNEZGRTMKUldUai82U3YrbnRKUFJtcEZQTGJRMFQ2K3VwYi9NL004NTVrTmhYbHRIWmsrTWFuaUVMOUIxMXoK"