mirror of https://github.com/procxx/kepka.git
parent
0023fdc707
commit
edc8c23772
|
@ -340,7 +340,7 @@ void start(not_null<Core::Launcher*> launcher) {
|
|||
// or from the "-workdir" command line argument.
|
||||
cForceWorkingDir(cWorkingDir());
|
||||
} else {
|
||||
#ifdef _DEBUG
|
||||
#if defined _DEBUG && !defined OS_MAC_STORE
|
||||
cForceWorkingDir(cExeDir());
|
||||
#else // _DEBUG
|
||||
cForceWorkingDir(psAppDataPath());
|
||||
|
|
|
@ -471,7 +471,7 @@ void objc_downloadPathEnableAccess(const QByteArray &bookmark) {
|
|||
if (_downloadPathUrl) {
|
||||
[_downloadPathUrl stopAccessingSecurityScopedResource];
|
||||
}
|
||||
_downloadPathUrl = url;
|
||||
_downloadPathUrl = [url retain];
|
||||
|
||||
Global::SetDownloadPath(NS2QString([_downloadPathUrl path]) + '/');
|
||||
if (isStale) {
|
||||
|
|
Loading…
Reference in New Issue