Skip to content

Commit

Permalink
Adds AppImage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Jan 17, 2023
1 parent c516926 commit a1a049d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ requires = [
requires = []

[tool.briefcase.app.tugpgp.linux.appimage]
system_requires = []
system_requires = ["gstreamer1.0-gl", "libasound2", "libegl1", "libfontconfig1", "libgl1", "libnss3", "libpulse0", "libwayland-cursor++0", "libxcb-icccm4", "libxcb-image0", "libxcb-keysyms1", "libxcb-randr0", "libxcb-render-util0", "libxcb-shape0", "libxcomposite1", "libxdamage1", "libxi6", "libxkbfile1", "libxrandr2", "libxtst6", "libegl-mesa0", "curl"]
dockerfile_extra_content = """
ENV APP_PACKAGES_PATH="/app/appimage/{{ cookiecutter.formal_name }}/{{ cookiecutter.formal_name }}.AppDir/usr/app_packages"
ENV LD_LIBRARY_PATH="$APP_PACKAGES_PATH/shiboken6:$APP_PACKAGES_PATH/PySide6:$APP_PACKAGES_PATH/PySide6/Qt/lib"
"""
linuxdeploy_plugins = []
support_package="Python-3.10-linux-x86_64-support.custom.tar.gz"


[tool.briefcase.app.tugpgp.linux.flatpak]
flatpak_runtime = 'org.kde.Platform'
Expand Down

0 comments on commit a1a049d

Please sign in to comment.