-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
24 lines (20 loc) · 941 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 = "Veps"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Veps spellchecker"
vep = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Veps, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
vep = "TRANSLATE: A spellchecker for Veps, 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.vep"
[windows]
system_product_code = "{B24AC75F-418D-4DD9-9581-51E4F6616F4D}_is1"
legacy_product_codes = [
{ value = "0D2A1ED8-B4D1-4059-9EB1-517A190290D1", kind = "nsis" },
{ value = "926E366B-FFFD-4A78-AF7F-834A3693DE1A", kind = "nsis" }
]