mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-04 22:39:10 +00:00
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:
committed by
borgmanJeremy
parent
53a9d44c46
commit
f18f186b46
3
.github/workflows/Linux-pack.yml
vendored
3
.github/workflows/Linux-pack.yml
vendored
@@ -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====="
|
||||
|
||||
3
.github/workflows/build_cmake.yml
vendored
3
.github/workflows/build_cmake.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user