Fix AppImage and MacOS builds
This commit is contained in:
@@ -89,7 +89,7 @@ jobs:
|
|||||||
- name: Get Version
|
- name: Get Version
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
NW_VER=$(python setup.py version)
|
NW_VER=$(python3 setup.py version)
|
||||||
echo "novelWriter Version: $NW_VER"
|
echo "novelWriter Version: $NW_VER"
|
||||||
echo "VERSION=$NW_VER" >> $GITHUB_ENV
|
echo "VERSION=$NW_VER" >> $GITHUB_ENV
|
||||||
|
|
||||||
|
|||||||
@@ -1028,13 +1028,6 @@ def makeAppImage(sysArgs):
|
|||||||
except OSError:
|
except OSError:
|
||||||
print("Error while deleting file : ", image)
|
print("Error while deleting file : ", image)
|
||||||
|
|
||||||
# Build Additional Assets
|
|
||||||
# =======================
|
|
||||||
|
|
||||||
buildQtI18n()
|
|
||||||
buildSampleZip()
|
|
||||||
buildPdfManual()
|
|
||||||
|
|
||||||
# Copy novelWriter Source
|
# Copy novelWriter Source
|
||||||
# =======================
|
# =======================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user