소스 검색

Fixed build script for MacOSX.

rude 16 년 전
부모
커밋
0a2ae705dd
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      platform/macosx/autobuild

+ 2 - 2
platform/macosx/autobuild

@@ -43,8 +43,8 @@ cp love.dmg $outdmg
 # Deal with uploading.
 if [ "$1" == "build" ]; then
 	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
 
 if [ "$1" == "release" ]; then