Skip to content

Commit

Permalink
Regenerate confid.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-crabnebula committed Jan 12, 2024
1 parent 8d02323 commit d4b3618
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions bindings/packager/nodejs/src-ts/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,21 +407,14 @@ export interface DebianConfig {
* Default file contents: ```text [Desktop Entry] Categories={{categories}} {{#if comment}} Comment={{comment}} {{/if}} Exec={{exec}} Icon={{icon}} Name={{name}} Terminal=false Type=Application {{#if mime_type}} MimeType={{mime_type}} {{/if}} ```
*/
desktopTemplate?: string | null;

/**
* Define the section in Debian Control file. It is recommended to add a section in the debian application.
*
* See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
* Define the section in Debian Control file. See : https://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections
*/
section?: string | null;

/**
* Change the priority of the Debian Package. By default, it is set to optional.
*
* See : https://www.debian.org/doc/debian-policy/ch-archive.html#priorities
* 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
*/
priority?: string | null;

/**
* List of custom files to add to the deb package. Maps a dir/file to a dir/file inside the debian package.
*/
Expand Down

0 comments on commit d4b3618

Please sign in to comment.