Fixed file extension.
parent
9253776810
commit
7b37d4fb41
|
@ -35,13 +35,13 @@ if appcast_revision < latest_revision
|
||||||
newplist.close()
|
newplist.close()
|
||||||
|
|
||||||
#Build Cog!
|
#Build Cog!
|
||||||
%x[./Scripts/build_cog.sh].each_line do |line|
|
%x[./Scripts/build_cog.sh 2>&1].each_line do |line|
|
||||||
if line.match(/\*\* BUILD FAILED \*\*/)
|
if line.match(/\*\* BUILD FAILED \*\*/)
|
||||||
exit
|
exit
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
filename = "Cog-r#{latest_revision}.tbz2"
|
filename = "Cog-r#{latest_revision}.tbz"
|
||||||
|
|
||||||
#Zip the app!
|
#Zip the app!
|
||||||
%x[rm -f build/Release/nightly.tar.bz2]
|
%x[rm -f build/Release/nightly.tar.bz2]
|
||||||
|
|
Loading…
Reference in New Issue