Fix windows build badge and typos

* Drop qmake build-dependency from CI, they should not be installed
  since we have switched to CMake.
* Update README.md badges to reflect recent Windows CI updates.
* Set doc badge to point to flameshot.org website.
* Fix a typo in src/CMakeLists.txt.
This commit is contained in:
Boyuan Yang
2020-09-13 09:12:48 -04:00
committed by borgmanJeremy
parent 53a9d44c46
commit f18f186b46
4 changed files with 7 additions and 9 deletions

View File

@@ -138,7 +138,6 @@ jobs:
extra-cmake-modules \
build-essential \
qt5-default \
qt5-qmake \
qttools5-dev-tools \
qttools5-dev \
libqt5dbus5 \
@@ -239,4 +238,4 @@ jobs:
run: |
echo "=======================snap downlod link======================"
echo $(sh $GITHUB_WORKSPACE/scripts/upload_services/${UPLOAD_SERVICE}.sh ${{ steps.snapcraft.outputs.snap }})
echo "=====no operation for you can see link in the log console====="
echo "=====no operation for you can see link in the log console====="

View File

@@ -35,7 +35,6 @@ jobs:
extra-cmake-modules \
build-essential \
qt5-default \
qt5-qmake \
qttools5-dev-tools \
qttools5-dev \
libqt5dbus5 \
@@ -122,4 +121,4 @@ jobs:
working-directory: build
shell: powershell
run: |
cmake --build . --config $env:BUILD_TYPE
cmake --build . --config $env:BUILD_TYPE