Skip to content
Snippets Groups Projects
Unverified Commit 9501b269 authored by azubieta's avatar azubieta
Browse files

Fix icon deployment

parent 32906621
No related branches found
No related tags found
1 merge request!1Ci setup
Pipeline #3062 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
......@@ -2,14 +2,17 @@ version: 1
script:
- rm -rf AppDir || true
- mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps/
# copy click-app binaries
- mkdir -p AppDir/usr
- cp -r dekko/build/x86_64-linux-gnu/build/install-root/* AppDir/usr
# move qt5 parts to the right paths
- mkdir -p AppDir/usr/lib/x86_64-linux-gnu/qt5/qml/
- mv AppDir/usr/lib/x86_64-linux-gnu/{Dekko,QuickFlux,PlugMan,MazDB} AppDir/usr/lib/x86_64-linux-gnu/qt5/qml/
- mkdir -p AppDir/usr/share/qt5/translations/
- mv AppDir/usr/lib/x86_64-linux-gnu/*.qm AppDir/usr/share/qt5/translations/
- cp click-app/dekko.png AppDir/usr/share/icons/hicolor/256x256/apps/
# move app icon to the right path
- mkdir -p AppDir/usr/share/icons/hicolor/256x256/apps/
- mv AppDir/usr/dekko.png AppDir/usr/share/icons/hicolor/256x256/apps/
# add fake upstart start
- mkdir -p AppDir/usr/bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment