macOS CI script update, ProfileLoader debug code removal
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a4bc9a3b75
commit
23e9c48248
3 changed files with 2 additions and 3 deletions
|
@ -11,7 +11,6 @@ cd build && \
|
||||||
/usr/local/bin/cmake \
|
/usr/local/bin/cmake \
|
||||||
"-DCMAKE_PREFIX_PATH=/usr/local/opt/qt" \
|
"-DCMAKE_PREFIX_PATH=/usr/local/opt/qt" \
|
||||||
"${CMAKE_BUILD_TYPE}" \
|
"${CMAKE_BUILD_TYPE}" \
|
||||||
"-DFORCE_QT_VERSION=5" \
|
|
||||||
"-DGTA5VIEW_BUILDCODE=${PACKAGE_CODE}" \
|
"-DGTA5VIEW_BUILDCODE=${PACKAGE_CODE}" \
|
||||||
"-DGTA5VIEW_APPVER=${APPLICATION_VERSION}" \
|
"-DGTA5VIEW_APPVER=${APPLICATION_VERSION}" \
|
||||||
"-DGTA5VIEW_COMMIT=${APPLICATION_COMMIT}" \
|
"-DGTA5VIEW_COMMIT=${APPLICATION_COMMIT}" \
|
||||||
|
|
|
@ -71,7 +71,6 @@ void ProfileLoader::run()
|
||||||
emit loadingProgress(curFile, maximumV);
|
emit loadingProgress(curFile, maximumV);
|
||||||
const QString picturePath = profileFolder % "/" % SnapmaticPic;
|
const QString picturePath = profileFolder % "/" % SnapmaticPic;
|
||||||
SnapmaticPicture *picture = new SnapmaticPicture(picturePath);
|
SnapmaticPicture *picture = new SnapmaticPicture(picturePath);
|
||||||
QTextStream(stdout) << "Current: " << picturePath << Qt::endl;
|
|
||||||
if (picture->readingPicture(true)) {
|
if (picture->readingPicture(true)) {
|
||||||
if (picture->isFormatSwitched()) {
|
if (picture->isFormatSwitched()) {
|
||||||
picture->setSnapmaticFormat(SnapmaticFormat::PGTA_Format);
|
picture->setSnapmaticFormat(SnapmaticFormat::PGTA_Format);
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2020 Syping -->
|
<!-- Copyright 2021 Syping -->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>de.syping.gta5view</id>
|
<id>de.syping.gta5view</id>
|
||||||
<launchable type="desktop-id">de.syping.gta5view.desktop</launchable>
|
<launchable type="desktop-id">de.syping.gta5view.desktop</launchable>
|
||||||
|
@ -32,6 +32,7 @@
|
||||||
<developer_name>Syping</developer_name>
|
<developer_name>Syping</developer_name>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release date="2021-03-22" version="1.9.2"/>
|
||||||
<release date="2020-12-16" version="1.9.1"/>
|
<release date="2020-12-16" version="1.9.1"/>
|
||||||
<release date="2020-11-30" version="1.9.0"/>
|
<release date="2020-11-30" version="1.9.0"/>
|
||||||
<release date="2020-10-11" version="1.8.0"/>
|
<release date="2020-10-11" version="1.8.0"/>
|
||||||
|
|
Loading…
Reference in a new issue