Skip to content

Instantly share code, notes, and snippets.

@lool
Created April 5, 2020 19:50
Show Gist options
  • Save lool/bb2c4cbdd2447bda3b334b2f557805d0 to your computer and use it in GitHub Desktop.
Save lool/bb2c4cbdd2447bda3b334b2f557805d0 to your computer and use it in GitHub Desktop.
Molotov.tv snapcraft packaging
name: molotov-lool
base: core18 # the base snap is the execution environment for this snap
version: 4.2.2
summary: Single-line elevator pitch for your amazing snap # 79 char long summary
description: |
This is my-snap's description. You have a paragraph or two to tell the
most important story about your snap. Keep it under 100 words though,
we live in tweetspace and your description wants to look good in the snap
store.
grade: stable
confinement: strict
parts:
appimage:
plugin: dump
source: .
override-pull: |
wget http://desktop-auto-upgrade.molotov.tv/linux/4.2.2/molotov.AppImage
chmod a+x ./molotov.AppImage
#./molotov.AppImage --appimage-extract
#rm squashfs-root/.DirIcon squashfs-root/molotov.png
#chmod go-rwx -R *
stage-packages: [libfuse2]
apps:
appimage:
command: molotov.AppImage
extensions: [gnome-3-28]
plugs:
- fuse-support
#
- gsettings
- home
- desktop
- desktop-legacy
- unity7
- wayland
- x11
# molotov:
# command: squashfs-root/AppRun
# extensions: [gnome-3-28]
# plugs:
# - gsettings
# - home
# - desktop
# - desktop-legacy
# - unity7
# - wayland
# - x11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment