From 24e5329496ff6bab990a39817ce65b1d4e6d81a8 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Sat, 21 Mar 2009 15:21:03 +0000 Subject: Fixed syntax errors so the script builds now. --- diff --git a/soas-emu.nsi b/soas-emu.nsi index 2d08bc1..41315fb 100644 --- a/soas-emu.nsi +++ b/soas-emu.nsi @@ -29,7 +29,6 @@ ;-------------------------------- ; Macros -"""" Function GetVBX MessageBox MB_OK "You selected to install VirtualBox, \ it will now be downloaded and installed." @@ -82,6 +81,7 @@ Section "Sugar disk image" ;ADD YOUR OWN FILES HERE... File "soas.img" + AddSize 300000 ; more or less ;Create uninstaller WriteUninstaller "$INSTDIR\Uninstall.exe" @@ -90,7 +90,7 @@ SectionEnd Section "VirtualBox Virtual Machine" AddSize 75000 - DetectVBX + Call DetectVBX SectionEnd ;-------------------------------- -- cgit v0.9.1