We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cccf10b commit 4a6836aCopy full SHA for 4a6836a
snap/snapcraft.yaml
@@ -1,7 +1,7 @@
1
name: sublime-merge
2
version: "2112"
3
summary: Meet a new Git Client, from the makers of Sublime Text
4
-base: core18
+base: core20
5
description: |
6
Meet a new Git Client, from the makers of Sublime Text.
7
@@ -16,7 +16,6 @@ apps:
16
sublime-merge:
17
command: opt/sublime_merge/sublime_merge
18
desktop: usr/share/applications/sublime_merge.desktop
19
- aliases: [smerge]
20
21
parts:
22
@@ -30,7 +29,7 @@ parts:
30
29
sed -i 's|OnlyShowIn|#OnlyShowIn|g' ${SNAPCRAFT_PART_INSTALL}/usr/share/applications/sublime_merge.desktop
31
stage-packages:
32
- libbsd0
33
- - libffi6
+ - libffi7
34
- libgtk-3-0
35
- libpcre3
36
- libx11-6
0 commit comments