Skip to content

Commit

Permalink
fix: Resolve conflicts between develop and background-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Onetchou committed Apr 13, 2024
2 parents e0ebfe8 + 11fac63 commit 80e47f3
Show file tree
Hide file tree
Showing 196 changed files with 9,697 additions and 8,714 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: Seamly2D-win32.zip
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
tag_name: v${{ env.VERSION_NUMBER }}
name: ${{ env.VERSION_NUMBER }}
Expand All @@ -357,7 +357,7 @@ jobs:

steps:
- name: Doxygen GitHub Pages Deploy Action
uses: DenverCoder1/doxygen-github-pages-action@v1.3.0
uses: DenverCoder1/doxygen-github-pages-action@60e8d33d954eafb4d54710db8130fb0ad8f7d157
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
4 changes: 2 additions & 2 deletions Seamly2D.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SUBDIRS = \
out.depends = src

qtPrepareTool(LUPDATE, lupdate)
lupdate.commands = $$LUPDATE -noobsolete $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands = $$LUPDATE -noobsolete -locations relative $$shell_path($${PWD}/share/translations/translations.pro)
lupdate.commands += && $$LUPDATE -noobsolete $$shell_path($${PWD}/share/translations/measurements.pro)

QMAKE_EXTRA_TARGETS += lupdate
QMAKE_EXTRA_TARGETS += lupdate

0 comments on commit 80e47f3

Please sign in to comment.