Skip to content

Commit 4a6836a

Browse files
committed
chore: migrate snap to core20
1 parent cccf10b commit 4a6836a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

snap/snapcraft.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: sublime-merge
22
version: "2112"
33
summary: Meet a new Git Client, from the makers of Sublime Text
4-
base: core18
4+
base: core20
55
description: |
66
Meet a new Git Client, from the makers of Sublime Text.
77
@@ -16,7 +16,6 @@ apps:
1616
sublime-merge:
1717
command: opt/sublime_merge/sublime_merge
1818
desktop: usr/share/applications/sublime_merge.desktop
19-
aliases: [smerge]
2019

2120
parts:
2221
sublime-merge:
@@ -30,7 +29,7 @@ parts:
3029
sed -i 's|OnlyShowIn|#OnlyShowIn|g' ${SNAPCRAFT_PART_INSTALL}/usr/share/applications/sublime_merge.desktop
3130
stage-packages:
3231
- libbsd0
33-
- libffi6
32+
- libffi7
3433
- libgtk-3-0
3534
- libpcre3
3635
- libx11-6

0 commit comments

Comments
 (0)