I have an exe that has been wrapped using this method: http://www.kocjan.org/tclmentor/10-tclkits-building-standalone-tcl-binaries.html
Is there any way to unpack it back into a .kit file or a vfs structure?
|
I have an exe that has been wrapped using this method: http://www.kocjan.org/tclmentor/10-tclkits-building-standalone-tcl-binaries.html Is there any way to unpack it back into a .kit file or a vfs structure?
| ||||
|
feedback
|
|
You need to use the
And to unpack it (into a directory called
Starpacks work just the same as starkits in the above, but end up also listing or unpacking a copy of Tcl's support files (plus the other packages that were already in the tclkit used to build the pack) too. | |||||||||
feedback
|