Update snapcraft.yaml

The existing snapcraft.yaml is pointing to a file that has been renamed,
subsequently breaking the snap build. This change renames the .desktop
file to match what is in-tree.
This commit is contained in:
Chris MacNaughton 2018-09-20 08:39:53 +02:00 committed by GitHub
parent ef06109d94
commit 6e9859395c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ parts:
plugin: dump
source: .
stage:
- Alacritty.desktop
- alacritty.desktop
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
desktop: alacritty.desktop