mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 23:45:21 +01:00
22 lines
404 B
YAML
22 lines
404 B
YAML
|
version: 1
|
||
|
|
||
|
project:
|
||
|
name: org.raspberrypi.rpi-imager
|
||
|
version_command: git describe --tags
|
||
|
|
||
|
build:
|
||
|
cmake:
|
||
|
source_dir: src/
|
||
|
|
||
|
scripts:
|
||
|
post_build:
|
||
|
- |
|
||
|
sed -i 's|Name=Imager|Name=Raspberry Pi Imager|' AppDir/usr/share/applications/rpi-imager.desktop
|
||
|
|
||
|
appimage:
|
||
|
linuxdeploy:
|
||
|
plugins:
|
||
|
- qt
|
||
|
raw_environment:
|
||
|
QML_SOURCES_PATHS: "\"$PROJECT_ROOT\"/src/qmlcomponents/"
|