-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.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 = "Sarsi"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Sarsi spellchecker"
srs = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Sarsi, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
srs = "TRANSLATE: A spellchecker for Sarsi, 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.srs"
[windows]
system_product_code = "{D2243E81-1D6E-4307-A686-BA92A877F963}_is1"
legacy_product_codes = [
{ value = "72764F3E-D461-42D8-BAFE-BBF3CF93D7BD", kind = "nsis" },
{ value = "3598DFFC-3AD4-4D8F-82FD-8D2CD69B5AE0", kind = "nsis" }
]