Setup fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
InfoBeforeFile=%READMEFILE%
|
InfoBeforeFile=%READMEFILE%
|
||||||
InfoAfterFile=%READMEAFTERFILE%
|
InfoAfterFile=%READMEAFTERFILE%
|
||||||
; MessagesFile=compiler:default.isl
|
; MessagesFile=compiler:default.isl
|
||||||
DiskSpanning=1
|
DiskSpanning=0
|
||||||
; DiskSize=1457664
|
; DiskSize=1457664
|
||||||
; DiskClusterSize=512
|
; DiskClusterSize=512
|
||||||
ReserveBytes=0
|
ReserveBytes=0
|
||||||
|
@@ -533,7 +533,7 @@ dospinsetup()
|
|||||||
doreplace $SETUPSCRIPTNAME "s;%HELPFILE%;$RETVALUE;g"
|
doreplace $SETUPSCRIPTNAME "s;%HELPFILE%;$RETVALUE;g"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $DESTDIR/setup*.*
|
rm -f $DESTDIR/setup*.* $DESTDIR/wxMSW-$VERSION-Setup.exe
|
||||||
|
|
||||||
# Inno Setup complains if this step is not done
|
# Inno Setup complains if this step is not done
|
||||||
unix2dos --unix2dos $SETUPSCRIPTNAME
|
unix2dos --unix2dos $SETUPSCRIPTNAME
|
||||||
@@ -560,13 +560,19 @@ dospinsetup()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd $DESTDIR
|
cd $DESTDIR
|
||||||
# mv setup.exe $APPNAME-$VERSION-setup.exe
|
mv setup.exe wxMSW-$VERSION-Setup.exe
|
||||||
|
|
||||||
echo Putting all the setup files into a single zip archive
|
# echo Putting all the setup files into a single zip archive
|
||||||
zip wxMSW-$VERSION-setup.zip readme-$VERSION.txt setup*.*
|
# zip wxMSW-$VERSION-setup.zip readme-$VERSION.txt setup*.*
|
||||||
|
|
||||||
# rm -f wxWidgets-$VERSION-win.zip
|
rm -f wxWidgets-$VERSION-win.zip
|
||||||
rm -f wxWidgets-$VERSION-ExtraDoc.zip
|
rm -f wxWidgets-$VERSION-ExtraDoc.zip
|
||||||
|
rm -f wxWidgets-$VERSION-DMC.zip
|
||||||
|
rm -f wxWidgets-$VERSION-eVC.zip
|
||||||
|
rm -f wxWidgets-$VERSION-Univ.zip
|
||||||
|
rm -f wxWidgets-$VERSION-VC.zip
|
||||||
|
rm -f wxWidgets-$VERSION-DocSource.zip
|
||||||
|
rm -f wxWidgets-$VERSION-LinuxDocs.zip
|
||||||
|
|
||||||
echo If you saw no warnings or errors, $APPTITLE was successfully spun.
|
echo If you saw no warnings or errors, $APPTITLE was successfully spun.
|
||||||
echo
|
echo
|
||||||
|
Reference in New Issue
Block a user