@@ -7,7 +7,7 @@ OutFile "wxServDisc_${VERSION}-setup.exe"
7
7
InstallDir $PROGRAMFILES \wxServDisc
8
8
9
9
Page license
10
- LicenseData COPYING.TXT
10
+ LicenseData COPYING
11
11
12
12
Page directory
13
13
@@ -19,14 +19,14 @@ Section ""
19
19
20
20
# dll not built by now
21
21
# File src\wxServDisc\wxServDisc.dll
22
- File src\wxServDisc\libwxServDisc.a
23
- File README.TXT
22
+ File build\ src\Release\wxServDisc.lib
23
+ File README.md
24
24
25
25
writeUninstaller $INSTDIR \wxServDisc-uninstall.exe
26
26
27
27
# now the shortcuts
28
28
CreateDirectory " $SMPROGRAMS\wxServDisc"
29
- createShortCut " $SMPROGRAMS\wxServDisc\Readme.lnk" " $INSTDIR\README.TXT "
29
+ createShortCut " $SMPROGRAMS\wxServDisc\Readme.lnk" " $INSTDIR\README.md "
30
30
createShortCut " $SMPROGRAMS\wxServDisc\Uninstall wxServDisc.lnk" " $INSTDIR\wxServDisc-uninstall.exe"
31
31
32
32
SectionEnd
@@ -37,15 +37,12 @@ section "Uninstall"
37
37
delete $INSTDIR \wxServDisc-uninstall.exe
38
38
39
39
# now delete installed files
40
- delete $INSTDIR \wxServDisc.dll
41
- delete $INSTDIR \wxServDisc.a
42
- delete $INSTDIR \NEWS.TXT
43
- delete $INSTDIR \README.TXT
40
+ delete $INSTDIR \wxServDisc.lib
41
+ delete $INSTDIR \README.md
44
42
RMDir $INSTDIR
45
43
46
44
# delete shortcuts
47
45
delete " $SMPROGRAMS\wxServDisc\Readme.lnk"
48
- delete " $SMPROGRAMS\wxServDisc\News.lnk"
49
46
delete " $SMPROGRAMS\wxServDisc\Uninstall wxServDisc.lnk"
50
47
RMDir " $SMPROGRAMS\wxServDisc"
51
48
0 commit comments