Add conversion program for converting between versions of RCW

This commit is contained in:
2025-05-20 17:32:58 +00:00
parent e40dd66d38
commit a908beaa92
6 changed files with 127 additions and 1 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func main() {
break
}
// decrypt all GPG-encrypted entries to the output directory
// convert the entries
fmt.Print("\nRe-encrypting entries. Please wait; do not force close this process.\n\nGPG may prompt you for a passphrase for decryption.\n\n")
var outputDir = global.EntryRoot + "-new"
entries, folders := synccommon.WalkEntryDir()