-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
24 lines (20 loc) · 950 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 = "Amharic"
spellerversion = "0.1.1"
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "Amharic spellchecker"
am = "Autonym spellchecker"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "A spellchecker for Amharic, made by members of the language community, and by the Divvun and Giellatekno groups at UiT The Arctic University of Norway"
am = "TRANSLATE: A spellchecker for Amharic, 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.am"
[windows]
system_product_code = "{9D868348-882E-4DF2-A1C5-E584E87E977A}_is1"
legacy_product_codes = [
{ value = "EE4FC84D-EDAC-499F-A24B-9DF157796AF9", kind = "nsis" },
{ value = "6BD6BC85-AC5B-4AC1-BFA0-48DC1D68A1F5", kind = "nsis" }
]