Skip to content

Commit

Permalink
Merge branch '1.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 23, 2025
2 parents ec89c54 + aca6370 commit d9ac146
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
repository: mapeditor/qaseprite
path: qaseprite
ref: '1.0'
ref: '1.0.1'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
with:
repository: mapeditor/qaseprite
path: qaseprite
ref: '1.0'
ref: '1.0.1'

- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down Expand Up @@ -372,7 +372,7 @@ jobs:
with:
repository: mapeditor/qaseprite
path: qaseprite
ref: '1.0'
ref: '1.0.1'

- name: Install Qt
uses: jurplel/install-qt-action@v4
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_script:
- if defined MINGW git clone --depth 1 -b release https://github.com/facebook/zstd.git
- if defined MINGW cd zstd/lib & set CC=gcc & mingw32-make -j2 libzstd.a & cd ../../
- echo Building qaseprite
- git clone --depth 1 --recurse-submodules --shallow-submodules --branch 1.0 https://github.com/mapeditor/qaseprite.git
- git clone --depth 1 --recurse-submodules --shallow-submodules --branch 1.0.1 https://github.com/mapeditor/qaseprite.git
- cd qaseprite\aseprite\laf
- patch -p1 < ..\..\laf-msvc-dynamic-runtime.patch
- cd ..\..
Expand Down
4 changes: 1 addition & 3 deletions dist/win/installer.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ WindowsInstallerPackage {
defs.push("RpMap");

var imageFormatsPath = FileInfo.joinPaths(Qt.core.pluginPath, "imageformats")
if (File.exists(FileInfo.joinPaths(imageFormatsPath, "libqaseprite.dll")))
defs.push("AsepriteImageFormatPlugin=libqaseprite.dll");
else if (File.exists(FileInfo.joinPaths(imageFormatsPath, "qaseprite.dll")))
if (File.exists(FileInfo.joinPaths(imageFormatsPath, "qaseprite.dll")))
defs.push("AsepriteImageFormatPlugin=qaseprite.dll");

// Since Qt 6.2 we rely on the schannel backend.
Expand Down

0 comments on commit d9ac146

Please sign in to comment.