Changeset 60 in Main for trunk/Server/install.nsi


Ignore:
Timestamp:
Sep 18, 2024, 9:30:33 PM (2 months ago)
Author:
Nishi
Message:

use space not emsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/install.nsi

    r57 r60  
    1313        CreateDirectory "$INSTDIR\etc"
    1414        CreateDirectory "$INSTDIR\www"
     15        CreateDirectory "$INSTDIR\www\icons"
    1516        CreateDirectory "$INSTDIR\bin"
    1617        SetOutPath "$INSTDIR\bin"
     
    2021        SetOutPath "$INSTDIR\www"
    2122        File /oname=index.html "../itworks.html"
     23        SetOutPath "$INSTDIR\www\icons"
     24        File "../Icons/*.png"
    2225
    2326        CreateDirectory "$SMPROGRAMS\Tewi HTTPd"
Note: See TracChangeset for help on using the changeset viewer.