mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-08 23:10:44 +02:00
changed zip filename
This commit is contained in:
@@ -12,7 +12,7 @@ if(len(sys.argv)>1 and sys.argv[1]=="--clean"):
|
||||
raise SystemExit
|
||||
|
||||
print "zipping stdlib"
|
||||
fid=zipfile.ZipFile("./build/stdlib.zip","w",zipfile.ZIP_DEFLATED)
|
||||
fid=zipfile.ZipFile("./build/tptPython.zip","w",zipfile.ZIP_DEFLATED)
|
||||
|
||||
#ZipFile.write(filename)
|
||||
files=os.walk("./src/python/stdlib")
|
||||
|
Reference in New Issue
Block a user