Fix AppImage and MacOS builds

This commit is contained in:
Veronica Berglyd Olsen
2023-02-12 23:32:11 +01:00
parent 8448ec7b61
commit 0ab86913a7
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -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
-7
View File
@@ -1028,13 +1028,6 @@ def makeAppImage(sysArgs):
except OSError:
print("Error while deleting file : ", image)
# Build Additional Assets
# =======================
buildQtI18n()
buildSampleZip()
buildPdfManual()
# Copy novelWriter Source
# =======================