Forgot to rename some stuff

This commit is contained in:
DenialMC 2015-04-06 10:52:18 +03:00
parent 11d11825c1
commit 54f50c811e
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
unlimitedcipher unitedcipher
unlimitedcipher.exe unitedcipher.exe
unlimited united
unlimited.exe united.exe
upx.exe upx.exe
src src
build build

View file

@ -346,7 +346,7 @@ for filepath in updatedFiles:
print 'Compressing %s...' % filepath print 'Compressing %s...' % filepath
compressFile(os.path.join('build', filepath)) compressFile(os.path.join('build', filepath))
print 'Uploading files to download.toontownunlimited.com...' print 'Uploading files to download.toontownunited.com...'
ftp = ftplib.FTP(ftpAddress, ftpUsername, ftpPassword) ftp = ftplib.FTP(ftpAddress, ftpUsername, ftpPassword)
ftp.cwd(deployToken) ftp.cwd(deployToken)