retro-imager/appimagecraft.yml

30 lines
694 B
YAML
Raw Normal View History

version: 1
project:
name: org.raspberrypi.rpi-imager
version_command: git describe --tags
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
scripts:
post_build:
- |
2024-07-29 15:15:50 +01:00
sed -i 's|Name=Imager|Name=Raspberry Pi Imager|' AppDir/usr/share/applications/org.raspberrypi.rpi-imager.desktop
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"