-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.toml.in
More file actions
37 lines (30 loc) · 914 Bytes
/
manifest.toml.in
File metadata and controls
37 lines (30 loc) · 914 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
# Name of the speller package in various languages.
# The default is English + autonym:
[speller.name]
en = "@SPELLER_NAME_ENG@"
ru = "@SPELLER_NAME_NATIVE@"
# Description of the speller package in various languages.
# The default is English + autonym:
[speller.description]
en = "@SPELLER_DESC_ENG@"
ru = "@SPELLER_DESC_NATIVE@"
[macos]
system_pkg_id = "no.divvun.MacDivvun.ru"
[windows]
system_product_code = "{DEC7DA72-842B-4385-916E-0AEDA6329553}_is1"
legacy_product_codes = [
{ value = "8269141F-4C59-4038-97BC-24736F91131D", kind = "nsis" },
{ value = "DB5D1126-5BC7-4B3E-9ABB-2AA097239B0B", kind = "nsis" }
]
[package.speller]
name = "@GLANGUAGE@"
version = "@SPELLERVERSION@"
[package.grammar]
name = "@GLANGUAGE@"
version = "@GRAMCHECKVERSION@"
[package.tts-textproc]
name = "@GLANGUAGE@"
version = "@TTSTEXTPROCVERSION@"
[package.hyphenator]
name = "@GLANGUAGE@"
version = "@HYPHVERSION@"