From 73f224c0aa6e3af2dc6058c4acf22229481e470d Mon Sep 17 00:00:00 2001 From: STICKnoLOGIC <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:40:50 +0800 Subject: [PATCH 1/4] bump for version 1.3.18.x --- .github/workflows/aseprite_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aseprite_deploy.yml b/.github/workflows/aseprite_deploy.yml index 52f8054..9790cdc 100644 --- a/.github/workflows/aseprite_deploy.yml +++ b/.github/workflows/aseprite_deploy.yml @@ -48,13 +48,13 @@ jobs: run: | export enable_ccache=off export laf_backend=skia - export enable_scripting=off + export enable_scripting=on export skia_arch=x64 cmake -S . -B build -G Ninja \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 \ - -DENABLE_TESTS=ON \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_OSX_DEPLOYMENT_TARGET=11 \ + -DENABLE_TESTS=OFF \ -DENABLE_SCRIPTING=$enable_scripting \ -DENABLE_CCACHE=$enable_ccache \ -DLAF_BACKEND=$laf_backend \ From 081bb563885b090ecd65932ed66228362c3eb2e0 Mon Sep 17 00:00:00 2001 From: STICKnoLOGIC <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:59:26 +0800 Subject: [PATCH 2/4] Update aseprite_deploy.yml --- .github/workflows/aseprite_deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/aseprite_deploy.yml b/.github/workflows/aseprite_deploy.yml index 9790cdc..1280b86 100644 --- a/.github/workflows/aseprite_deploy.yml +++ b/.github/workflows/aseprite_deploy.yml @@ -37,11 +37,11 @@ jobs: curl -o Aseprite-source.zip -L ${{ inputs.aseprite_url }} unzip Aseprite-source.zip -d aseprite mkdir -p aseprite/build - - name: Set architecture for the produced binary - shell: cmd - run: call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\vsdevcmd.bat" -arch=x64 + # - name: Set architecture for the produced binary + # shell: cmd + # run: call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\vsdevcmd.bat" -arch=x64 - name: Setting Visual Studio build environment variables and paths - uses: ilammy/msvc-dev-cmd@v1 + uses: TheMrMilchmann/setup-msvc-dev@v4 - name: Run CMake working-directory: aseprite shell: bash From 5b133fff1c2d62dcd0c840b9eecdbae33e6a9d10 Mon Sep 17 00:00:00 2001 From: STICKnoLOGIC <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:10:36 +0800 Subject: [PATCH 3/4] Update aseprite_deploy.yml --- .github/workflows/aseprite_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aseprite_deploy.yml b/.github/workflows/aseprite_deploy.yml index 1280b86..8b572c5 100644 --- a/.github/workflows/aseprite_deploy.yml +++ b/.github/workflows/aseprite_deploy.yml @@ -37,9 +37,9 @@ jobs: curl -o Aseprite-source.zip -L ${{ inputs.aseprite_url }} unzip Aseprite-source.zip -d aseprite mkdir -p aseprite/build - # - name: Set architecture for the produced binary - # shell: cmd - # run: call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\vsdevcmd.bat" -arch=x64 + - name: Set architecture for the produced binary + shell: cmd + run: call "C:\Program Files\Microsoft Visual Studio\2026\Enterprise\Common7\Tools\vsdevcmd.bat" -arch=x64 - name: Setting Visual Studio build environment variables and paths uses: TheMrMilchmann/setup-msvc-dev@v4 - name: Run CMake From 3cac00d7b70f327a198b88e2451d9bc183edd5d6 Mon Sep 17 00:00:00 2001 From: STICKnoLOGIC <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Sat, 25 Jul 2026 00:35:53 +0800 Subject: [PATCH 4/4] Update aseprite_deploy.yml --- .github/workflows/aseprite_deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aseprite_deploy.yml b/.github/workflows/aseprite_deploy.yml index 8b572c5..d7658ec 100644 --- a/.github/workflows/aseprite_deploy.yml +++ b/.github/workflows/aseprite_deploy.yml @@ -37,11 +37,10 @@ jobs: curl -o Aseprite-source.zip -L ${{ inputs.aseprite_url }} unzip Aseprite-source.zip -d aseprite mkdir -p aseprite/build - - name: Set architecture for the produced binary - shell: cmd - run: call "C:\Program Files\Microsoft Visual Studio\2026\Enterprise\Common7\Tools\vsdevcmd.bat" -arch=x64 - name: Setting Visual Studio build environment variables and paths uses: TheMrMilchmann/setup-msvc-dev@v4 + with: + arch: x64 - name: Run CMake working-directory: aseprite shell: bash