mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Added icons
SVN revision: 54
This commit is contained in:
parent
4b0b5c030a
commit
213e9925d6
4
elog.nsi
4
elog.nsi
@ -45,6 +45,8 @@ Section "ELOG system (required)"
|
|||||||
SetOutPath $INSTDIR\themes\default
|
SetOutPath $INSTDIR\themes\default
|
||||||
File themes\default\*.cfg
|
File themes\default\*.cfg
|
||||||
File themes\default\*.gif
|
File themes\default\*.gif
|
||||||
|
SetOutPath $INSTDIR\themes\default\icons
|
||||||
|
File themes\default\icons\*.*
|
||||||
|
|
||||||
SetOutPath $INSTDIR\logbooks\demo
|
SetOutPath $INSTDIR\logbooks\demo
|
||||||
File logbooks\demo\*
|
File logbooks\demo\*
|
||||||
@ -125,6 +127,8 @@ Section "Uninstall"
|
|||||||
Delete $INSTDIR\doc\*
|
Delete $INSTDIR\doc\*
|
||||||
RMDir $INSTDIR\doc
|
RMDir $INSTDIR\doc
|
||||||
|
|
||||||
|
Delete $INSTDIR\themes\default\icons\*.*
|
||||||
|
RMDir $INSTDIR\themes\default\icons
|
||||||
Delete $INSTDIR\themes\default\*.*
|
Delete $INSTDIR\themes\default\*.*
|
||||||
RMDir $INSTDIR\themes\default
|
RMDir $INSTDIR\themes\default
|
||||||
RMDir $INSTDIR\themes
|
RMDir $INSTDIR\themes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user