mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 18:12:45 -05:00
snapcraft.yaml: Add the GNOME 3.26 PPA.
Adds the PPA for the GNOME 3.26 framework which is maintained by the Ubuntu Desktop team. This PPA includes GTK3 and GNOME3 components used to create the GNOME 3.26 Framework snap for Ubuntu 16.04. * Fixes: https://github.com/Microsoft/vscode/issues/63194 * Fixes: https://github.com/Microsoft/vscode/issues/57019
This commit is contained in:
@@ -10,7 +10,17 @@ grade: stable
|
||||
confinement: classic
|
||||
|
||||
parts:
|
||||
gnome:
|
||||
plugin: nil
|
||||
build-packages:
|
||||
- software-properties-common
|
||||
override-pull: |
|
||||
add-apt-repository -y ppa:ubuntu-desktop/gnome-3-26
|
||||
apt -y update
|
||||
|
||||
code:
|
||||
after:
|
||||
- gnome
|
||||
plugin: dump
|
||||
source: .
|
||||
stage-packages:
|
||||
|
||||
Reference in New Issue
Block a user