[qet] [4559] Windows NSIS packaging remove conf file |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4559
Author: scorpio810
Date: 2016-06-22 12:05:54 +0200 (Wed, 22 Jun 2016)
Log Message:
-----------
Windows NSIS packaging remove conf file
Modified Paths:
--------------
trunk/packaging/windows/QET.nsi
trunk/packaging/windows/QET64.nsi
Modified: trunk/packaging/windows/QET.nsi
===================================================================
--- trunk/packaging/windows/QET.nsi 2016-06-20 15:39:14 UTC (rev 4558)
+++ trunk/packaging/windows/QET.nsi 2016-06-22 10:05:54 UTC (rev 4559)
@@ -148,9 +148,6 @@
SetOutPath "$INSTDIR"
File /r "./files/ico"
-SetOutPath "$INSTDIR"
-File /r "./files/conf"
-
SectionEnd
;---------------------------
Modified: trunk/packaging/windows/QET64.nsi
===================================================================
--- trunk/packaging/windows/QET64.nsi 2016-06-20 15:39:14 UTC (rev 4558)
+++ trunk/packaging/windows/QET64.nsi 2016-06-22 10:05:54 UTC (rev 4559)
@@ -152,9 +152,6 @@
SetOutPath "$INSTDIR"
File /r "./files/ico"
-SetOutPath "$INSTDIR"
-File /r "./files/conf"
-
SectionEnd
;---------------------------