File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ Options:
263263 --port port of GUI server [default: 5555]
264264 --skip-read-tts-cache disable the TTS cache usage [default: false]
265265 --skip-write-tts-cache disable the TTS cache write [default: false]
266- --tts-cache-path path to the TTS cache [default: " <Studio-Pack-Generator dir>/.spg- TTS-cache" ]
266+ --tts-cache-path path to the TTS cache [default: " <home dir>/.Studio-Pack-Generator/ TTS-cache" ]
267267 --custom-script custom script to be used for custom image... handling [string]
268268 --metadata Metadata of the pack [object]
269269 --i-18-n Custom i18n [object]
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ export class StudioPackGenerator {
175175 skipWriteTtsCache = false ;
176176
177177 @help ( "path to the TTS cache" )
178- @defaultHelp ( "<Studio-Pack-Generator dir>/.spg- TTS-cache" )
178+ @defaultHelp ( "<home dir>/.Studio-Pack-Generator/ TTS-cache" )
179179 ttsCachePath : string = `${ homedir } /.Studio-Pack-Generator/TTS-cache` ;
180180
181181 @type ( "string" )
You can’t perform that action at this time.
0 commit comments