From 23e9c482482363ddc9721d027b0f51c52230bd4e Mon Sep 17 00:00:00 2001 From: Syping Date: Mon, 22 Mar 2021 07:12:37 +0100 Subject: [PATCH] macOS CI script update, ProfileLoader debug code removal --- .ci/osx_build.sh | 1 - ProfileLoader.cpp | 1 - res/de.syping.gta5view.metainfo.xml | 3 ++- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.ci/osx_build.sh b/.ci/osx_build.sh index c579b33..81efae8 100755 --- a/.ci/osx_build.sh +++ b/.ci/osx_build.sh @@ -11,7 +11,6 @@ cd build && \ /usr/local/bin/cmake \ "-DCMAKE_PREFIX_PATH=/usr/local/opt/qt" \ "${CMAKE_BUILD_TYPE}" \ - "-DFORCE_QT_VERSION=5" \ "-DGTA5VIEW_BUILDCODE=${PACKAGE_CODE}" \ "-DGTA5VIEW_APPVER=${APPLICATION_VERSION}" \ "-DGTA5VIEW_COMMIT=${APPLICATION_COMMIT}" \ diff --git a/ProfileLoader.cpp b/ProfileLoader.cpp index fa1b5fd..bc1edc1 100644 --- a/ProfileLoader.cpp +++ b/ProfileLoader.cpp @@ -71,7 +71,6 @@ void ProfileLoader::run() emit loadingProgress(curFile, maximumV); const QString picturePath = profileFolder % "/" % SnapmaticPic; SnapmaticPicture *picture = new SnapmaticPicture(picturePath); - QTextStream(stdout) << "Current: " << picturePath << Qt::endl; if (picture->readingPicture(true)) { if (picture->isFormatSwitched()) { picture->setSnapmaticFormat(SnapmaticFormat::PGTA_Format); diff --git a/res/de.syping.gta5view.metainfo.xml b/res/de.syping.gta5view.metainfo.xml index 95daf20..aa82124 100644 --- a/res/de.syping.gta5view.metainfo.xml +++ b/res/de.syping.gta5view.metainfo.xml @@ -1,5 +1,5 @@ - + de.syping.gta5view de.syping.gta5view.desktop @@ -32,6 +32,7 @@ Syping +