Commit 45bd7748 authored by Jondy Zhao's avatar Jondy Zhao

slapos-windows-installer: fix http 403 error

parent d3ed68a6
......@@ -43,8 +43,8 @@ path = ${buildout:parts-directory}/${:_buildout_section_name_}
cygroot = ${buildout:parts-directory}/${:_buildout_section_name_}
pre-configure=
mkdir -p ${:cygroot}/cygwin
(cd ${:cygroot} ; tar xjf ${inno-setup:location}/inno-setup.tar.bz2)
(cd ${:cygroot} ; tar xjf ${cygwin-packages:location}/cygwin-packages.tar.bz2)
(cd ${:cygroot} ; wget http://dashingsoft.com/products/slapos/inno-setup.tar.bz2 ; tar xjf inno-setup.tar.bz2)
(cd ${:cygroot} ; wget http://dashingsoft.com/products/slapos/cygwin-packages.tar.bz2 ; tar xjf cygwin-packages.tar.bz2)
cp $(cygpath -m -a /)/../setup.exe ${:cygroot}
cp ${slapos-build-installer:location}/slapos-build-installer ${:cygroot}/cygwin
cp ${slapos-windows-wrapper:location}/slapos-windows-wrapper.bat ${:cygroot}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment