-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnw.toml
More file actions
43 lines (32 loc) · 789 Bytes
/
nw.toml
File metadata and controls
43 lines (32 loc) · 789 Bytes
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
# nw.toml - for additional properties please see https://github.com/aspectron/cargo-nw
[application]
name = "nw-sys-example"
version = "0.1.0"
title = "Nw sys example"
organization = "Your Organization Name"
[description]
short = "..."
long = """
...
""""
[package]
# root = ""
# resources = "resources/setup"
# exclude = ["resources/setup"]
exclude = [{ glob = ["{src/*,target/*,test/*,resources/setup/*,*.lock,*.toml,.git*,analyzer-target/*}"] }]
[node-webkit]
version = "0.71.0"
ffmpeg = false
# [dmg]
# window = ["0,0,300,300"]
# icon = ["0,0"]
# applications = ["0,0"]
[windows]
uuid = "bef64e00-b25f-480b-a081-4f47468b5017"
group = "$GROUP"
# run_on_startup = "everyone"
run_after_setup = true
# [languages]
# languages = ["english"]
# [firewall]
# application = "in:out"