From 5f1ddee7ce313aba816018c5548d1f3e46315144 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sat, 22 Jun 2024 18:22:28 -0700 Subject: [PATCH] Update build system --- .github/workflows/build.yaml | 2 +- setup.cfg | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88caef0..3f093cd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -81,7 +81,7 @@ jobs: shell: bash - name: Archive production artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: "${{ format('ComicTagger-{0}', runner.os) }}" path: | diff --git a/setup.cfg b/setup.cfg index 5c169f1..9d2ef63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,8 +89,8 @@ all = PyQt5 PyQtWebEngine comicinfoxml>=0.2.0 - gcd-talker>=0.1.0 - metron-talker>=0.1.5 + gcd-talker>0.1.0 + metron-talker>0.1.5 pillow-avif-plugin>=1.4.1 py7zr rarfile>=4.0 @@ -272,8 +272,7 @@ commands = pathlib.Path("{tox_root}/build/appimage/AppRun").symlink_to("comictagger"); \ pathlib.Path("{tox_root}/build/appimage/AppRun.desktop").write_text( \ pathlib.Path("{tox_root}/build-tools/ComicTagger.desktop").read_text() \ - .replace("/usr/local/share/comictagger/app.png", "app") \ - .replace("Exec=comictagger", "Exec={tox_root}/comictagger"))' + .replace("/usr/local/share/comictagger/app.png", "app"))' {tox_root}/build/appimagetool-x86_64.AppImage {tox_root}/build/appimage [testenv:zip_artifacts]