Skip to content

Commit

Permalink
Work on CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Oct 10, 2023
1 parent e26c347 commit b35489b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds_desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "WatchFlower"
APP_VERSION: "5.4"
QT_VERSION: "6.5.3"
QT_VERSION: "6.6.0"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builds_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
APP_NAME: "WatchFlower"
APP_VERSION: "5.4"
QT_VERSION: "6.5.3"
QT_VERSION: "6.6.0"

#-------------------------------------------------------------------------------
# Workflow jobs
Expand Down
6 changes: 3 additions & 3 deletions assets/linux/watchflower.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@
</screenshots>

<requires>
<display_length compare="ge">480</display_length>
<display_length>360</display_length>
</requires>
<recommends>
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
</supports>

<categories>
<category>Utility</category>
Expand Down

0 comments on commit b35489b

Please sign in to comment.