Skip to content

Commit

Permalink
Updated for 1.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 8, 2014
1 parent dbb7f71 commit dbfe17a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mDesktop.ahk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
; Initially created by Jason Stallings
; Updated by IamTheFij
; Author: Jason Stallings
; Contributors: IamTheFij
; Source available http://github.com/octalmage/mDesktop


Expand Down Expand Up @@ -1628,7 +1628,7 @@ CleanUp:

about:
gui 2:add,text,,mDesktop
gui 2:add,text,,Version: 1.6 Beta 4
gui 2:add,text,,Version: 1.7.0
gui 2:add,text,,By: Jason Stallings
gui 2:add,text,cblue ggourl, github.com/octalmage/mDesktop
gui 2:add,text,,Enhancements by: Ian Fijolek
Expand Down
4 changes: 2 additions & 2 deletions mDesktopSetup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RequestExecutionLevel admin

;Name and file
Name "mDesktop"
OutFile "mDesktopSetup1.6b4.exe"
OutFile "mDesktopSetup1.7.0.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\mDesktop"
Expand Down Expand Up @@ -119,7 +119,7 @@ SetOutPath "$INSTDIR\icons"
File "icons\10.ico"
;Store installation folder
WriteRegStr HKCU "Software\mDesktop" "" $INSTDIR
WriteRegStr HKCU "Software\mDesktop" "version" "1.6"
WriteRegStr HKCU "Software\mDesktop" "version" "1.7.0"

;Create uninstaller
WriteUninstaller "$INSTDIR\Uninstall.exe"
Expand Down

0 comments on commit dbfe17a

Please sign in to comment.