fzipp / gg

A set of command line tools and Go packages to work with Thimbleweed Park data files.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Bad ggpack when writing a new one #1

Closed scemino closed 3 years ago

scemino commented 3 years ago

With Thimbleweed Park v1421.958 on MacOS Catalina v10.15.6 (19G2021) If I dump all the resources to a directory and repack it to a new .ggpack (without modifying the files), and I replace the ThimbleweedPark.ggpack1 file, I have this error: Boot.bnut:1: end of statement expected (; or lf)

This is my command: ./ggpack -create "resources/*" ThimbleweedPark.ggpack1

fzipp commented 3 years ago

Thanks for the bug report. It should be fixed now. Let me know if there are still problems.

scemino commented 3 years ago

It works great now thanks 👏