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
unlimitedcipher.exe
unlimited
unlimited.exe
unitedcipher
unitedcipher.exe
united
united.exe
upx.exe
src
build

View file

@ -346,7 +346,7 @@ for filepath in updatedFiles:
print 'Compressing %s...' % 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.cwd(deployToken)