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 # =======================