CabMaker is a free Windows desktop tool that lets you quickly package up an entire folder of files (including subfolders) into a .cab file.
88
stars
21
forks
source link
Updated Framework version to 4.8 and fixed a bug in the encryption comboBox #14
Closed
ChocolateAdventurouz closed 1 year ago
The target framework is updated to .NET Framework 4.8.
Defaulted the none selection on the encryption combobox, as if nothing is selected (previously was empty) the makecab will exit with an error.
-Chocy