mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 12:12:36 -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
|
unitedcipher
|
||||||
unlimitedcipher.exe
|
unitedcipher.exe
|
||||||
unlimited
|
united
|
||||||
unlimited.exe
|
united.exe
|
||||||
upx.exe
|
upx.exe
|
||||||
src
|
src
|
||||||
build
|
build
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue