Browse Source

Fixed build script for MacOSX.

rude 16 years ago
parent
commit
0a2ae705dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      platform/macosx/autobuild

+ 2 - 2
platform/macosx/autobuild

@@ -43,8 +43,8 @@ cp love.dmg $outdmg
 # Deal with uploading.
 # Deal with uploading.
 if [ "$1" == "build" ]; then
 if [ "$1" == "build" ]; then
 	pass=`cat pwtehlol`
 	pass=`cat pwtehlol`
-	ftp -u ftp://tehloejc:[email protected]/public_html/love2d/builds/$outdmg $outdmg
-	ftp -u ftp://tehloejc:[email protected]/public_html/love2d/builds/$outlog $outlog
+	ftp -u ftp://tehloejc:[email protected]/public_html/love2d/builds/files/$outdmg $outdmg
+	ftp -u ftp://tehloejc:[email protected]/public_html/love2d/builds/files/$outlog $outlog
 fi
 fi
 
 
 if [ "$1" == "release" ]; then
 if [ "$1" == "release" ]; then