diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/portable.ini.template')
-rw-r--r-- | win/CS/HandBrakeWPF/portable.ini.template | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/portable.ini.template b/win/CS/HandBrakeWPF/portable.ini.template new file mode 100644 index 000000000..4c62e6e21 --- /dev/null +++ b/win/CS/HandBrakeWPF/portable.ini.template @@ -0,0 +1,14 @@ +################################# +# HandBrake Portable +################################# +# Notes: +# - Rename this file to portable.ini to activate feature. +# - storage.dir => Stores Presets, Settings and Log Files. +# - tmp.dir => temporary files only. (i.e Preview images) +# +# Set to 'cwd' to use the current applications directory. It will automatically create "storage" and "tmp" folders in this instance. +# Leave blank to use the system "TMP" directory and the "AppData" user profile folder. +################################# + +storage.dir = cwd +tmp.dir = cwd
\ No newline at end of file |