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.
|
// or from the "-workdir" command line argument.
|
||||||
cForceWorkingDir(cWorkingDir());
|
cForceWorkingDir(cWorkingDir());
|
||||||
} else {
|
} else {
|
||||||
#ifdef _DEBUG
|
#if defined _DEBUG && !defined OS_MAC_STORE
|
||||||
cForceWorkingDir(cExeDir());
|
cForceWorkingDir(cExeDir());
|
||||||
#else // _DEBUG
|
#else // _DEBUG
|
||||||
cForceWorkingDir(psAppDataPath());
|
cForceWorkingDir(psAppDataPath());
|
||||||
|
|
|
@ -471,7 +471,7 @@ void objc_downloadPathEnableAccess(const QByteArray &bookmark) {
|
||||||
if (_downloadPathUrl) {
|
if (_downloadPathUrl) {
|
||||||
[_downloadPathUrl stopAccessingSecurityScopedResource];
|
[_downloadPathUrl stopAccessingSecurityScopedResource];
|
||||||
}
|
}
|
||||||
_downloadPathUrl = url;
|
_downloadPathUrl = [url retain];
|
||||||
|
|
||||||
Global::SetDownloadPath(NS2QString([_downloadPathUrl path]) + '/');
|
Global::SetDownloadPath(NS2QString([_downloadPathUrl path]) + '/');
|
||||||
if (isStale) {
|
if (isStale) {
|
||||||
|
|
Loading…
Reference in New Issue