diff options
| author | David Pinedo <david@lunarg.com> | 2016-03-03 21:25:45 -0700 |
|---|---|---|
| committer | David Pinedo <david@lunarg.com> | 2016-03-03 21:27:53 -0700 |
| commit | d7388b9846edbba7f46bfd3293cef7ff6b215221 (patch) | |
| tree | f53bdc763dcc86852d21b6f3bfa8a1121da6d751 /windowsRuntimeInstaller/README.txt | |
| parent | 3854ab50c35ed110b0ff09c3d79772dd8b5afaed (diff) | |
| download | usermoji-d7388b9846edbba7f46bfd3293cef7ff6b215221.tar.xz | |
winrtinstaller: sign uninstaller
Diffstat (limited to 'windowsRuntimeInstaller/README.txt')
| -rw-r--r-- | windowsRuntimeInstaller/README.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/README.txt b/windowsRuntimeInstaller/README.txt index 335c93e1..62fc02f5 100644 --- a/windowsRuntimeInstaller/README.txt +++ b/windowsRuntimeInstaller/README.txt @@ -19,7 +19,11 @@ To build the Installer: !define VERSION_BUILDNO
!define PUBLISHER
- 4. Right click on the InstallerRT.nsi file and select "Compile NSIS Script".
+ 4. Edit the CreateInstaller.sh file and replace SIGNFILE with your
+ command and necessary args for signing an executable. If you don't
+ wish to sign the uninstaller, you can comment out that line.
+
+ 5. Run the CreateInstaller.sh script from a Cygwin bash command prompt.
The Windows Vulkan Runtime Installer package file will be created in
this folder. The name of the installer file is
VulkanRT-<version>-Installer.exe.
|
