mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added scripts
SVN revision: 1460
This commit is contained in:
parent
6b43195066
commit
3f6da79ec7
7
elog.nsi
7
elog.nsi
@ -77,6 +77,10 @@ Section "ELOG system (required)" SecSystem
|
|||||||
SetOutPath $INSTDIR\doc
|
SetOutPath $INSTDIR\doc
|
||||||
File doc\*.*
|
File doc\*.*
|
||||||
|
|
||||||
|
; script directory
|
||||||
|
SetOutPath $INSTDIR\scripts
|
||||||
|
File scripts\*.*
|
||||||
|
|
||||||
; src directory
|
; src directory
|
||||||
SetOutPath $INSTDIR\src
|
SetOutPath $INSTDIR\src
|
||||||
File src\*.c
|
File src\*.c
|
||||||
@ -189,6 +193,9 @@ Section "Uninstall"
|
|||||||
Delete $INSTDIR\doc\*
|
Delete $INSTDIR\doc\*
|
||||||
RMDir $INSTDIR\doc
|
RMDir $INSTDIR\doc
|
||||||
|
|
||||||
|
Delete $INSTDIR\scripts\*
|
||||||
|
RMDir $INSTDIR\scripts
|
||||||
|
|
||||||
Delete $INSTDIR\src\*
|
Delete $INSTDIR\src\*
|
||||||
RMDir $INSTDIR\src
|
RMDir $INSTDIR\src
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user