Remove existing package before building.
This commit is contained in:
parent
f0b2367b3d
commit
18850108ec
1 changed files with 3 additions and 1 deletions
|
|
@ -10,8 +10,10 @@ else
|
|||
exit
|
||||
fi
|
||||
|
||||
rm -f tuxpaint-*-${arch}-installer.exe tuxpaint-*-${arch}.zip
|
||||
|
||||
echo "Building installer ... "
|
||||
result=`/C/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC -DBuildTarget=${arch} tuxpaint.iss | grep installer.exe`
|
||||
result=`/C/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC -DBuildTarget=${arch} tuxpaint.iss | grep ${arch}-installer.exe`
|
||||
if [ "x$result" != "x" ]; then
|
||||
installer=`basename $result`
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue