Created
September 14, 2016 15:36
-
-
Save sergiusens/f8772ba7cc176bbd0ba1b29e6f2646a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: my-snap | |
version: '1' | |
summary: desktop files in apps | |
description: make it declarative | |
apps: | |
my-app: | |
command: some-command | |
# inside prime, will do the proper Exec replacement | |
desktop-file: usr/share/desktop/my-app.desktop | |
parts: | |
part: | |
plugin: nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment