diff --git a/CMakeLists.txt b/CMakeLists.txt index 325d5e466..84e753ba7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,6 @@ set(TRANSLATIONS ${CMAKE_SOURCE_DIR}/translations/mirall_de.ts) add_subdirectory(src) # add_subdirectory(test) -install( FILES exclude.lst DESTINATION /etc ) +# install( FILES exclude.lst DESTINATION /etc ) diff --git a/src/mirall/updatedetector.cpp b/src/mirall/updatedetector.cpp index 08f97ca5b..cb88ce775 100644 --- a/src/mirall/updatedetector.cpp +++ b/src/mirall/updatedetector.cpp @@ -38,9 +38,6 @@ void UpdateDetector::versionCheck( Theme *theme ) QUrl url("http://download.owncloud.com/clientupdater.php"); QString ver = QString("%1.%2.%3").arg(MIRALL_VERSION_MAJOR).arg(MIRALL_VERSION_MINOR).arg(MIRALL_VERSION_MICRO); - /// TEST - ver = "0.9.0"; - QString platform = QString::fromLocal8Bit("stranger"); #ifdef Q_OS_LINUX platform = QString::fromLocal8Bit("linux");