mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 12:52:46 +02:00
Enable aarch64 AppImage packaging and add architecture to AppImage file name.
This commit is contained in:
parent
78b3771a96
commit
ffaad92e17
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -305,7 +305,7 @@ jobs:
|
|||
cmake --build . --target packaged-server-console $CMAKE_BUILD_EXTRA
|
||||
|
||||
- name: Build Installer
|
||||
if: matrix.build_type != 'android' && matrix.arch != 'aarch64'
|
||||
if: matrix.build_type != 'android'
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Retry code from https://unix.stackexchange.com/a/137639"
|
||||
|
|
|
@ -54,7 +54,7 @@ file(COPY ${CPACK_PACKAGE_DIRECTORY}/interface/resources.rcc DESTINATION ${CPACK
|
|||
execute_process(
|
||||
COMMAND
|
||||
${CMAKE_COMMAND} -E env
|
||||
OUTPUT=${CPACK_PACKAGE_FILE_NAME}.AppImage
|
||||
OUTPUT=${CPACK_PACKAGE_FILE_NAME}-${CMAKE_SYSTEM_PROCESSOR}.AppImage
|
||||
VERSION=${CPACK_PACKAGE_VERSION}
|
||||
QML_SOURCES_PATHS=${CPACK_CMAKE_SOURCE_DIR}/interface/resources/qml/
|
||||
${LINUXDEPLOY_EXECUTABLE}
|
||||
|
|
Loading…
Reference in a new issue