Changes between Version 73 and Version 74 of BuildAndDeploymentEnvironment


Ignore:
Timestamp:
Sep 1, 2022, 6:27:38 PM (21 months ago)
Author:
Andy Alt
Comment:

appimage:update flags for gtk plugin and add environmental variable

Legend:

Unmodified
Added
Removed
Modified
  • BuildAndDeploymentEnvironment

    v73 v74  
    245245# Create the image
    246246cd ${ABS_PATH_WORK_DIR}
     247DEPLOY_GTK_VERSION=3 # Variable used by gtk plugin
    247248linuxdeploy -d ${APPDIR}/usr/share/applications/0ad.desktop \
    248249  --icon-file=${APPDIR}/usr/share/pixmaps/0ad.png \
     
    250251  --executable ${APPDIR}/usr/bin/pyrogenesis \
    251252  --appdir ${APPDIR} \
    252   --output appimage
     253  --output appimage \
     254  --plugin gtk
    253255}}}
    254256