diff options
author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-09-11 17:21:31 +0200 |
---|---|---|
committer | Olivier Tilloy <olivier.tilloy@canonical.com> | 2018-09-11 17:21:31 +0200 |
commit | 28c289b5840c295db04f1f446f87df74c808579e (patch) | |
tree | cb9528778b969c3c12ddcad2f6b1f0243ba99bb3 | |
parent | d52f8944755e263040009f4d1138053290768ceb (diff) |
Move part out of the "snap" directory, which is reserved (see LP: #1791773).dev
-rwxr-xr-x | chromium-browser.launcher (renamed from snap/chromium-browser.launcher) | 0 | ||||
-rw-r--r-- | snapcraft.yaml (renamed from snap/snapcraft.yaml) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/snap/chromium-browser.launcher b/chromium-browser.launcher index 0172c5e..0172c5e 100755 --- a/snap/chromium-browser.launcher +++ b/chromium-browser.launcher diff --git a/snap/snapcraft.yaml b/snapcraft.yaml index ee862fb..6f73d00 100644 --- a/snap/snapcraft.yaml +++ b/snapcraft.yaml @@ -74,7 +74,7 @@ parts: chmod 4555 $SNAPCRAFT_PART_INSTALL/usr/lib/chromium-browser/chrome-sandbox launcher: plugin: dump - source: snap + source: . after: [desktop-gtk3] organize: chromium-browser.launcher: bin/ |