From 3f096b2c381023ae0731cae64710bbcb5a484f23 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 13 Jun 2018 15:24:30 +0700 Subject: [PATCH] Update snap package (still broken though) --- build.xml | 2 +- installer/snap/snapcraft.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 2120ce4c..4c200023 100644 --- a/build.xml +++ b/build.xml @@ -668,7 +668,7 @@ - + diff --git a/installer/snap/snapcraft.yaml b/installer/snap/snapcraft.yaml index e6342eb9..31f9d7e9 100644 --- a/installer/snap/snapcraft.yaml +++ b/installer/snap/snapcraft.yaml @@ -15,7 +15,11 @@ apps: parts: filebot: - after: [desktop-gtk2] plugin: dump source: filebot - stage-packages: [libc6, libmediainfo0v5, libchromaprint-tools, curl] + stage-packages: + - libmediainfo0v5 + - libchromaprint-tools + - curl + after: + - desktop-gtk2