mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-22 09:55:19 +01:00
Add appimagecraft build config
Signed-off-by: Tom Dewey <tom.dewey@raspberrypi.com>
This commit is contained in:
parent
c177c87410
commit
92b1f1b9d7
1 changed files with 21 additions and 0 deletions
21
appimagecraft.yml
Normal file
21
appimagecraft.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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/"
|
Loading…
Add table
Add a link
Reference in a new issue