Devildwarf
Member
@Ronnie Sahlberg Hi there.
I just found an old bug when using the py-3 version of pkg.py:
https://github.com/Roet-Ivar/Webman-Classics-Maker/commit/fb24e5f53ab78598d039221143bcad2fbe50e337
Basically It won't pack any of the filesfrom the folder if the folder name contains brackets (maybe others characters too), leaving you with a 1KB pkg file.
There's probably a much more elegant solution to this but I just wanted to address it in case it happens to you.
Strange, doesn't seem to happen on windows with the current version that Ronnie uses, i just built a test with 3 different type brackets and it built fine ( )[ ]{ }, maybe it depends on the OS ? or maybe how windows handles the filenames ? (this was tested with a pyinstaller built exe)