Update nsi script for All user shortcut

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2572 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-10-16 10:53:07 +00:00
parent dcb8a864dc
commit a239d87e20

View File

@@ -12,7 +12,7 @@
;General
; General Product Description Definitions
!define SOFT_NAME "QElectroTech"
!define SOFT_VERSION "0.3b"
!define SOFT_VERSION "0.3"
!define SOFT_WEB_SITE "http://qelectrotech.org/"
!define SOFT_BUILD "1"
@@ -140,6 +140,7 @@ Section ""
; TODO : add the QuickStart Guide (or any other documentation) when available
; shortcut on the desktop
SetShellVarContext all ; all users
CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
SectionEnd