Skip to content

Commit

Permalink
Merge pull request #202 from bursauxa/patch-1
Browse files Browse the repository at this point in the history
Documented "skipUpdateIcon" option.
  • Loading branch information
MarshallOfSound committed Mar 27, 2018
2 parents 7ba135d + 736159e commit 7ebee45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -57,6 +57,7 @@ There are several configuration settings supported:
| `signWithParams` | No | Params to pass to signtool. Overrides `certificateFile` and `certificatePassword`. |
| `iconUrl` | No | A URL to an ICO file to use as the application icon (displayed in Control Panel > Programs and Features). Defaults to the Atom icon. |
| `setupIcon` | No | The ICO file to use as the icon for the generated Setup.exe |
| `skipUpdateIcon` | No | Disables setting the icon of `Update.exe`. This can solve installation errors with the following message: "This application could not be started", when the setup is built on a non-Windows system. |
| `setupExe` | No | The name to use for the generated Setup.exe file |
| `setupMsi` | No | The name to use for the generated Setup.msi file |
| `noMsi` | No | Should Squirrel.Windows create an MSI installer? |
Expand Down

0 comments on commit 7ebee45

Please sign in to comment.