Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Documented option for setup icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Feb 8, 2018
1 parent bf2d0ea commit b5bb411
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ It can hold the following properties (the dot in property names indicates a sub

### Windows

| Property | Description |
|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `windows.msi` | By default, a `.exe` installer without any wizard steps will be generated. If you want to also receive a [MS installer](https://en.wikipedia.org/wiki/Windows_Installer) in addition, you can set this option to `true`. |
| `windows.loadingGIF` | A custom path to a GIF that shows while your Windows application is being installed using the `.exe` installer (relative to working directory). |
| `windows.icon` | The path to a `.ico` file, which acts as the icon of your Windows application (relative to working directory). |
| Property | Description |
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `windows.msi` | By default, a `.exe` installer without any wizard steps will be generated. If you want to also receive a [MS installer](https://en.wikipedia.org/wiki/Windows_Installer) in addition, you can set this option to `true`. |
| `windows.loadingGIF` | A custom path to a GIF that shows while your Windows application is being installed using the `.exe` installer (relative to working directory). |
| `windows.icon` | The path to a `.ico` file, which acts as the icon of your Windows application (relative to working directory). |
| `windows.setupIcon` | By default, the installer for your Windows application will have the same icon as the application itself. If you want a separate one for it, this property can be set to the path to a `.ico` file (relative to working directory). |

## Badge

Expand Down

0 comments on commit b5bb411

Please sign in to comment.