From 0ab86913a70595e896138dcf6b23b031a8a00c82 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Sun, 12 Feb 2023 23:32:11 +0100 Subject: [PATCH] Fix AppImage and MacOS builds --- .github/workflows/build.yml | 2 +- setup.py | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76035171..999f925c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: - name: Get Version shell: bash run: | - NW_VER=$(python setup.py version) + NW_VER=$(python3 setup.py version) echo "novelWriter Version: $NW_VER" echo "VERSION=$NW_VER" >> $GITHUB_ENV diff --git a/setup.py b/setup.py index 51fa65ae..2734af6f 100755 --- a/setup.py +++ b/setup.py @@ -1028,13 +1028,6 @@ def makeAppImage(sysArgs): except OSError: print("Error while deleting file : ", image) - # Build Additional Assets - # ======================= - - buildQtI18n() - buildSampleZip() - buildPdfManual() - # Copy novelWriter Source # =======================