Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix runnable-textpacker.jar download
Adds 'await' to ensure the download will be complete. Without this the download might never complete. This issue occurred on a Linux OS (which seem to handle file streams a bit different than some other OSs). Effects of not fixing this are that the java execution following this download fails for funny "corrupted jar" and other reasons - depending on the size and content of the incomplete jar file.
- Loading branch information