forked from hainguyents13/mechvibes-dx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDioxus.toml
More file actions
51 lines (47 loc) · 1.49 KB
/
Dioxus.toml
File metadata and controls
51 lines (47 loc) · 1.49 KB
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
[application]
name = "mechvibes-dx"
out_dir = "bundle"
[application.desktop]
bundle_assets = true
[bundle]
identifier = "com.hainguyents13.mechvibesdx"
name = "MechvibesDX"
version = "0.2.0"
publisher = "Hai Nguyen"
icon = ["./assets/icon.ico"]
category = "Productivity"
short_description = "MechvibesDX"
long_description = "MechvibesDX is a modern, cross-platform soundboard for mechanical keyboards."
resources = [
"./soundpacks/keyboard",
"./soundpacks/mouse",
"./soundpacks/keyboard/cherrymx-black-abs",
"./soundpacks/keyboard/cherrymx-black-abs/black.jpg",
"./soundpacks/keyboard/cherrymx-black-abs/config.json",
"./soundpacks/keyboard/cherrymx-black-abs/sound.ogg",
"./soundpacks/keyboard/cherrymx-black-pbt",
"./soundpacks/keyboard/cherrymx-blue-abs",
"./soundpacks/keyboard/cherrymx-blue-pbt",
"./soundpacks/keyboard/cherrymx-brown-abs",
"./soundpacks/keyboard/cherrymx-brown-pbt",
"./soundpacks/keyboard/cherrymx-red-abs",
"./soundpacks/keyboard/cherrymx-red-pbt",
"./soundpacks/keyboard/eg-crystal-purple",
"./soundpacks/keyboard/eg-oreo",
"./soundpacks/keyboard/topre-purple-hybrid-pbt",
"./soundpacks/mouse/chat",
"./soundpacks/mouse/ping",
"./soundpacks/mouse/vibrate",
"./soundpacks/mouse/wooden",
"./assets",
]
[bundle.windows]
installer = "nsis"
icon_path = "./assets/icon.ico"
webview_install_mode = "Skip"
tsp = false
allow_downgrades = true
[bundle.windows.nsis]
installer_icon = "./assets/icon.ico"
install_mode = "CurrentUser"
display_language_selector = false