diff options
Diffstat (limited to 'snap/snapcraft.yaml')
-rw-r--r-- | snap/snapcraft.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 42bb1035..64594a9c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: alacritty # you probably want to 'snapcraft register <name>' -version: '0.1.0' # just for humans, typically '1.2+git' or '1.3.2' +version: '0.2.0' # just for humans, typically '1.2+git' or '1.3.2' summary: Modern, GPU accelerated terminal emulator # 79 char long summary description: | Modern, GPU accelerated terminal emulator @@ -19,4 +19,4 @@ parts: apps: alacritty: command: env XDG_RUNTIME_DIR= XDG_CONFIG_HOME=$SNAP_USER_DATA XDG_DATA_DIRS=$SNAP_DATA PATH=$SNAP/bin:$PATH SNAP= alacritty - desktop: Alacritty.desktop
\ No newline at end of file + desktop: Alacritty.desktop |