We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1d2fc commit 40a6549Copy full SHA for 40a6549
1 file changed
manifest.toml.in
@@ -1,6 +1,3 @@
1
-spellername = "@GLANGUAGE@"
2
-spellerversion = "@SPELLERVERSION@"
3
-
4
# Name of the speller package in various languages.
5
# The default is English + autonym:
6
[speller.name]
@@ -22,3 +19,15 @@ legacy_product_codes = [
22
19
{ value = "8269141F-4C59-4038-97BC-24736F91131D", kind = "nsis" },
23
20
{ value = "DB5D1126-5BC7-4B3E-9ABB-2AA097239B0B", kind = "nsis" }
24
21
]
+
+[package.speller]
+name = "@GLANGUAGE@"
25
+version = "@SPELLERVERSION@"
26
27
+[package.grammar]
28
29
+version = "@GRAMCHECKVERSION@"
30
31
+[package.tts-text-proc]
32
33
+version = "@TTSTEXTPROCVERSION@"
0 commit comments