Changes between Version 75 and Version 76 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Sep 1, 2022, 9:14:29 PM (21 months ago)
Author:
Andy Alt
Comment:

appimage:add info about using env vars to set the image version

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v75 v76  
    242242# Create the image
    243243cd ${ABS_PATH_WORK_DIR}
     244
     245# VERSION= Set the version of the appimage (e.g
     246# ARCH = probably not needed, usually auto-detected
     247
     248# Some other variables can be used but I couldn't find the docs for them.
     249# They're shown in the code here:
     250# https://github.com/AppImage/AppImageKit/blob/master/src/appimagetool.c
     251
    244252DEPLOY_GTK_VERSION=3 # Variable used by gtk plugin
    245253linuxdeploy -d ${APPDIR}/usr/share/applications/0ad.desktop \