[qet] [4101] Nsis Installers : add manual.url, Download.url shortcuts in the QElectroTech start menu |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4101
Author: scorpio810
Date: 2015-08-11 19:27:14 +0200 (Tue, 11 Aug 2015)
Log Message:
-----------
Nsis Installers : add manual.url, Download.url shortcuts in the QElectroTech start menu
Modified Paths:
--------------
trunk/packaging/windows/QET.nsi
trunk/packaging/windows/QET64.nsi
Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi 2015-08-11 08:46:49 UTC (rev 4100)
+++ trunk/packaging/windows/QET.nsi 2015-08-11 17:27:14 UTC (rev 4101)
@@ -215,6 +215,8 @@
; shortcut on the desktop
CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
+ WriteINIStr "$SMPROGRAMS\${SOFT_NAME}\manual.url" "InternetShortcut" "URL" "http://download.tuxfamily.org/qet/joshua/html/QET.html"
+ WriteINIStr "$SMPROGRAMS\${SOFT_NAME}\Download.url" "InternetShortcut" "URL" "http://download.tuxfamily.org/qet/builds/"
;changing $INSTDIR\elements\ *.elmt to read-only attribute
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"
Modified: trunk/packaging/windows/QET64.nsi
===================================================================
--- trunk/packaging/windows/QET64.nsi 2015-08-11 08:46:49 UTC (rev 4100)
+++ trunk/packaging/windows/QET64.nsi 2015-08-11 17:27:14 UTC (rev 4101)
@@ -226,6 +226,8 @@
; shortcut on the desktop
CreateShortCut "$DESKTOP\QElectroTech.lnk" "$INSTDIR\Lancer QET.bat" 0 "$INSTDIR\ico\qelectrotech.ico"
+ WriteINIStr "$SMPROGRAMS\${SOFT_NAME}\manual.url" "InternetShortcut" "URL" "http://download.tuxfamily.org/qet/joshua/html/QET.html"
+ WriteINIStr "$SMPROGRAMS\${SOFT_NAME}\Download.url" "InternetShortcut" "URL" "http://download.tuxfamily.org/qet/builds/"
;changing $INSTDIR\elements\ *.elmt to read-only attribute
${Locate} "$INSTDIR\elements\" "/L=FD /M=*.elmt" "LocateCallback"