This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
// Build Number
31
31
// Revision
32
32
//
33
- [ assembly: AssemblyVersion ( "1.4 .0.2 " ) ]
33
+ [ assembly: AssemblyVersion ( "1.6 .0.0 " ) ]
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" "U
79
79
WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " InstallLocation" " $INSTDIR"
80
80
WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayIcon" " $INSTDIR\Spcode.exe"
81
81
WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " Publisher" " Hexah"
82
- WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayVersion" " 1.4 .x.x"
82
+ WriteRegStr HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " DisplayVersion" " 1.6 .x.x"
83
83
WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " NoModify" 1
84
84
WriteRegDWORD HKLM " Software\Microsoft\Windows\CurrentVersion\Uninstall\spcode" " NoRepair" 1
85
85
You can’t perform that action at this time.
0 commit comments