mirror of
https://github.com/alacritty/alacritty.git
synced 2025-04-07 17:43:03 -04:00
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:
parent
ef06109d94
commit
6e9859395c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue