changeset 90:a63b56f850c1

Update the NSIS output filename to match the version.
author Brian Smith <brian@dbsoft.org>
date Thu, 06 Jan 2022 09:58:56 -0600
parents beecfa7b02a5
children fe697fc6b3e4
files install/cc-x64.nsi install/cc-x86.nsi
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/install/cc-x64.nsi	Thu Jan 06 09:44:57 2022 -0600
+++ b/install/cc-x64.nsi	Thu Jan 06 09:58:56 2022 -0600
@@ -29,7 +29,7 @@
 
   ; Name and file
   Name "Control Center 0.6"
-  OutFile "cc05win64.exe"
+  OutFile "cc06win64.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES64\Control Center"
--- a/install/cc-x86.nsi	Thu Jan 06 09:44:57 2022 -0600
+++ b/install/cc-x86.nsi	Thu Jan 06 09:58:56 2022 -0600
@@ -10,7 +10,7 @@
 
   ; Name and file
   Name "Control Center 0.6"
-  OutFile "cc05win.exe"
+  OutFile "cc06win.exe"
 
   ; Default installation folder
   InstallDir "$PROGRAMFILES\Control Center"