-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTauri.toml
More file actions
19 lines (16 loc) · 757 Bytes
/
Copy pathTauri.toml
File metadata and controls
19 lines (16 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
product-name = "wooting-profile-switcher"
version = "3.0.4"
identifier = "com.shaybox.wooting-profile-switcher"
[bundle]
active = true
targets = "all"
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"
short-description = "Automatically switch Wooting keyboard profiles based on focused window"
[build]
frontend-dist = "src"
[plugins.updater]
active = true
pubkey = "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDhCMTZBMEZBOEQ0NDNCQUEKUldTcU8wU04rcUFXaXlVdEhyWG9ZRi9vUGNPekVMWmVOL2dMcG40dEpXUzUwdkxkczVBU2JaOWwK"
endpoints = ["https://github.com/ShayBox/Wooting-Profile-Switcher/releases/latest/download/latest.json"]