mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
remove test setting of own version.
This commit is contained in:
parent
df8afe1c31
commit
2e8c963d21
2 changed files with 1 additions and 4 deletions
|
@ -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 )
|
||||
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue