You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/tauri-config-schema/schema.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1320,6 +1320,27 @@
1320
1320
"string",
1321
1321
"null"
1322
1322
]
1323
+
},
1324
+
"section": {
1325
+
"description": "Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections",
1326
+
"type": [
1327
+
"string",
1328
+
"null"
1329
+
]
1330
+
},
1331
+
"priority": {
1332
+
"description": "Change the priority of the Debian Package. By default, it is set to `optional`. Recognized Priorities as of now are : `required`, `important`, `standard`, `optional`, `extra`",
1333
+
"type": [
1334
+
"string",
1335
+
"null"
1336
+
]
1337
+
},
1338
+
"changelog": {
1339
+
"description": "Path of the uncompressed Changelog file, to be stored at /usr/share/doc/package-name/changelog.gz. See https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes",
Copy file name to clipboardExpand all lines: tooling/cli/schema.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1320,6 +1320,27 @@
1320
1320
"string",
1321
1321
"null"
1322
1322
]
1323
+
},
1324
+
"section": {
1325
+
"description": "Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections",
1326
+
"type": [
1327
+
"string",
1328
+
"null"
1329
+
]
1330
+
},
1331
+
"priority": {
1332
+
"description": "Change the priority of the Debian Package. By default, it is set to `optional`. Recognized Priorities as of now are : `required`, `important`, `standard`, `optional`, `extra`",
1333
+
"type": [
1334
+
"string",
1335
+
"null"
1336
+
]
1337
+
},
1338
+
"changelog": {
1339
+
"description": "Path of the uncompressed Changelog file, to be stored at /usr/share/doc/package-name/changelog.gz. See https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes",
0 commit comments