소스 검색

Auto-launch PMP after a update is applied

Tobias Hieta 9 년 전
부모
커밋
b785fb01af
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/system/UpdateManagerWin32.cpp

+ 1 - 0
src/system/UpdateManagerWin32.cpp

@@ -19,6 +19,7 @@ bool UpdateManagerWin32::applyUpdate(const QString& version)
   {
     QStringList args;
     args << "/passive" << "/norestart" << "/log" << Paths::logDir("Plex Media Player Installer.log");
+    args << "autolaunch=1";
 
     QFile::remove(GetPath("_readyToApply", version, false));
     if (QProcess::startDetached(updateExe, args, QDir::temp().absolutePath()))