-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
24 lines (20 loc) · 945 Bytes
/
manifest.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
spellername = "Ndolo"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Ndolo spellchecker"
ndl = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Ndolo, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
ndl = "TRANSLATE: A spellchecker for Ndolo, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
[macos]
system_pkg_id = "no.divvun.MacDivvun.ndl"
[windows]
system_product_code = "{D6349225-2D63-440C-A719-10760F547FE3}_is1"
legacy_product_codes = [
{ value = "A94CB0E2-DDDA-42C5-8B82-59AA19B9B048", kind = "nsis" },
{ value = "FA1EA1AB-C26C-4058-83C0-70C259FCA28A", kind = "nsis" }
]