no -c option
zetako opened this issue · 0 comments
zetako commented
It will ask you to use -c option if the .ssf file is not encrypted, but there is NO such option.
➜ ./ssf2skin -i ./meaqua.ssf
Sorry, but we don't directly support unencrypted archive now
Please unzip the ssf file and use option -c (convert only) and set the input path to the unzipped dir.➜ ./ssf2skin -c -i ./meaqua/
./ssf2skin: invalid option -- 'c'
Sorry, but we don't directly support unencrypted archive now
Please unzip the ssf file and use option -c (convert only) and set the input path to the unzipped dir.
According to the code, there is no way to covert a existed dir, since it only support i, o, h options.