Skip to content

Commit

Permalink
Remove escaping from xdg variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFenX committed Dec 6, 2023
1 parent 3f2df69 commit 3071aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist_assets/linux/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ AppDir:
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/}}:${APPDIR}/usr/share/'
XDG_DATA_DIRS: '${XDG_DATA_DIRS:-/usr/local/share/:/usr/share/}:${APPDIR}/usr/share/'

AppImage:
sign-key: None
Expand Down

0 comments on commit 3071aea

Please sign in to comment.