diff options
| author | Timo Jyrinki <[email protected]> | 2016-11-08 11:20:45 +0000 |
|---|---|---|
| committer | Timo Jyrinki <[email protected]> | 2016-11-08 11:20:45 +0000 |
| commit | cd5f400599c83241ba6d6913246d6dcc84c4bc40 (patch) | |
| tree | b74805e4f4824da707b9f0c0093f630da5dd9ace | |
| parent | 78a89a246639e9f87ad071ab8206a76cf4465bbc (diff) | |
Use snap: instead of organize: and offer . instead of subdir.
| -rw-r--r-- | snapcraft.yaml | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 55f8b75..c6ccc9f 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -17,7 +17,7 @@ slots: content: ubuntu-app-platform1 interface: content read: - - ubuntu-app-platform + - . parts: ubuntu-app-platform: @@ -118,11 +118,14 @@ parts: - liboxideqt-qmlplugin - webapp-container - organize: - etc/*: ubuntu-app-platform/etc/ - usr/bin/*: ubuntu-app-platform/usr/bin/ - usr/lib/*: ubuntu-app-platform/usr/lib/ - usr/share/fonts/*: ubuntu-app-platform/usr/share/fonts/ - usr/share/icons/*: ubuntu-app-platform/usr/share/icons/ - usr/share/X11/*: ubuntu-app-platform/usr/share/X11/ + snap: + - etc + - usr/bin/dbus* + - usr/bin/q* + - usr/bin/u* + - usr/bin/web* + - usr/lib + - usr/share/fonts + - usr/share/icons + - usr/share/X11 |
