blob: 495a73441467e7cb5aa6d23c82765fc1b7dc0789 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#################################
# 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)
# - update.check => true | false (enabled / disabled, default disabled for portable)
#
# 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
update.check = false
|