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: docs/Options.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Don't customize paths to background and icon, — just follow conventions.
39
39
*[win Windows Specific Options](#WinBuildOptions)
40
40
*[dmg.window DMG Windows Position and Size](#DmgWindow)
41
41
*[snap [Snap](http://snapcraft.io) Specific Options](#SnapOptions)
42
+
*[appImage [AppImage](http://appimage.org) Specific Options](#AppImageOptions)
42
43
*[Fields in the package.json](#Metadata)
43
44
44
45
<aname="Config"></a>
@@ -235,6 +236,12 @@ To use Squirrel.Windows please install `electron-builder-squirrel-windows` depen
235
236
| stagePackages | <aname="SnapOptions-stagePackages"></a><p>The list of Ubuntu packages to use that are needed to support the <code>app</code> part creation. Like <code>depends</code> for <code>deb</code>. Defaults to <code>["libnotify4", "libappindicator1", "libxtst6", "libnss3", "libxss1", "fontconfig-config", "gconf2", "libasound2"]</code>.</p>
236
237
| ubuntuAppPlatformContent | <aname="SnapOptions-ubuntuAppPlatformContent"></a><p>Specify <code>ubuntu-app-platform1</code> to use [ubuntu-app-platform](https://insights.ubuntu.com/2016/11/17/how-to-create-snap-packages-on-qt-applications/). Snap size will be greatly reduced, but it is not recommended for now because “the snaps must be connected before running uitk-gallery for the first time”.</p>
237
238
239
+
<aname="AppImageOptions"></a>
240
+
### `appImage`[AppImage](http://appimage.org) Specific Options
241
+
| Name | Description
242
+
| --- | ---
243
+
| includeRequiredLib | <aname="AppImageOptions-includeRequiredLib"></a>Whether to include required system libraries (`gconf2`, `libappindicator1`). Defaults to `false`.
Snap size will be greatly reduced, but it is not recommended for now because "the snaps must be connected before running uitk-gallery for the first time".
107
107
*/
108
108
ubuntuAppPlatformContent?: string|null
109
+
}
110
+
111
+
/*
112
+
### `appImage` [AppImage](http://appimage.org) Specific Options
0 commit comments