mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-06 06:19:59 +01:00
Evite d'embarquer des dossiers .svn lors de la creation de l'installeur Windows.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@879 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
Section ""
|
Section ""
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
; copy every files in the "files" directory, except the ready-to-use .bat file
|
; copy every files in the "files" directory, except the ready-to-use .bat file
|
||||||
File /nonfatal /r /x "files\Lancer QET.bat" "files\*"
|
File /nonfatal /r /x "files\Lancer QET.bat" /x ".svn" "files\*"
|
||||||
; add the use-APPDATA .bat file
|
; add the use-APPDATA .bat file
|
||||||
File "Lancer QET.bat"
|
File "Lancer QET.bat"
|
||||||
;Store installation folder
|
;Store installation folder
|
||||||
|
|||||||
Reference in New Issue
Block a user