You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It will ask you to use -c option if the .ssf file is not encrypted, but there is NO such option.
According to the code, there is no way to covert a existed dir, since it only support i, o, h options.
The text was updated successfully, but these errors were encountered: