-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTauri.toml
28 lines (23 loc) · 910 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
[package]
productName = "wooting-profile-switcher"
version = "2.4.0"
[tauri.bundle]
active = true
targets = "all"
identifier = "com.shaybox.wooting-profile-switcher"
icon = ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
copyright = "Copyright (c) 2021 Shayne Hartford"
category = "Utility"
shortDescription = "Automatically switch Wooting keyboard profiles based on focused window"
[tauri.bundle.updater]
active = true
pubkey = "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDhCMTZBMEZBOEQ0NDNCQUEKUldTcU8wU04rcUFXaXlVdEhyWG9ZRi9vUGNPekVMWmVOL2dMcG40dEpXUzUwdkxkczVBU2JaOWwK"
[tauri.systemTray]
iconPath = "icons/icon.png"
iconAsTemplate = true
title = "Wooting Profile Switcher"
[build]
devPath = "src"
distDir = "src"
[plugins.updater]
endpoints = ["/~https://github.com/ShayBox/Wooting-Profile-Switcher/releases/latest/download/latest.json"]