retro-imager/appimagecraft.yml

25 lines
520 B
YAML
Raw Normal View History

version: 1
project:
name: org.raspberrypi.rpi-imager
2024-09-18 16:01:35 +01:00
version: 1.9.1
build:
cmake:
source_dir: src/
2024-07-29 15:15:36 +01:00
# You should also set your Qt6_ROOT here, like so:
# extra_variables:
# - Qt6_ROOT=
environment:
BUILD_TYPE: MinSizeRel
appimage:
linuxdeploy:
plugins:
- qt
raw_environment:
QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/"
2024-07-29 15:16:17 +01:00
environment:
EXTRA_PLATFORM_PLUGINS: "libqwayland-egl.so;libqwayland-generic.so"
EXTRA_QT_PLUGINS: "waylandcompositor"