Update for better compatibility with packed distribution on linux systems.
Changes
- Linux version: the config file is moved to
~/.config/nzb-monkey-go.conf
for better compatibility with packed distribution (an existing config.txt file in the application directory will be automatically moved to the new location during the first execution) - Linux version: if debug is enabled, the log file is now created as
/tmp/nzb-monkey-go.log
for better compatibility with packed distribution - All versions: the
nzbsavepath
in the[EXECUTE]
section of the config file must now be an absolute path or a relative path to the user's home directory - All versions: default path for
nzbsavepath
in the[EXECUTE]
section of the config file changed to./Downloads/nzb
. - some minor bug fixes and typo fixes (thanks @nzb-tuxxx)
- executables are now named
nzb-monkey-go(.exe)
(previouslynzbmonkey-go(.exe)
)