mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Forgot to rename some stuff
This commit is contained in:
parent
11d11825c1
commit
54f50c811e
2 changed files with 5 additions and 5 deletions
8
deployment/.gitignore
vendored
8
deployment/.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
unlimitedcipher
|
||||
unlimitedcipher.exe
|
||||
unlimited
|
||||
unlimited.exe
|
||||
unitedcipher
|
||||
unitedcipher.exe
|
||||
united
|
||||
united.exe
|
||||
upx.exe
|
||||
src
|
||||
build
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue