Set default XDG_DATA_DIRS for linux build

This commit is contained in:
DarkPhoenix
2023-12-06 02:00:36 +06:00
parent 46fc9e65bb
commit 346184d06a

View File

@@ -58,6 +58,9 @@ AppDir:
PYTHONHOME: '${APPDIR}/usr'
PYTHONPATH: '${APPDIR}/usr/lib/python3.11/site-packages'
SSL_CERT_FILE: '${APPDIR}/usr/local/lib/python3.11/dist-packages/certifi/cacert.pem'
# Sets variable to default value in case system doesn't provide any
# Seems like ubuntu GTK doesn't use defaults and relies just on the variable
XDG_DATA_DIRS: '${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}'
AppImage:
sign-key: None