From 78741fa055eea029e7cb0a28cd8aff72a8311674 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Wed, 15 Jun 2022 12:44:15 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 526790fa..efda95ff 100644 --- a/README.md +++ b/README.md @@ -126,8 +126,8 @@ Apps should be as fast easy to install. Update should be seamless like Google Ch --packId "YourApp"` # Application / package name --packVersion "1.0.0"` # Version to build. Should be supplied by your CI --packAuthors "YourCompany"` # Your name, or your company name - --packDirectory ".\publish"` # The directory the application was published to - --setupIcon "mySetupIcon.ico"` # Icon for Setup.exe + --packDir ".\publish"` # The directory the application was published to + --icon "mySetupIcon.ico"` # Icon for Setup.exe and Update.exe --splashImage "install.gif" # The splash artwork (or animation) to be shown during install ```