Merge pull request #181 from popey/adjust-snap-name
Change snap name from olive to olive-editor
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Version=1.0
|
||||
Name=Olive
|
||||
Comment=Professional open-source NLE video editor
|
||||
Exec=olive
|
||||
Icon=${SNAP}/meta/gui/olive.png
|
||||
Exec=olive-editor
|
||||
Icon=${SNAP}/meta/gui/olive-editor.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=AudioVideo;Recorder;
|
||||
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
+2
-2
@@ -1,4 +1,4 @@
|
||||
name: olive
|
||||
name: olive-editor
|
||||
base: core18 # the base snap is the execution environment for this snap
|
||||
adopt-info: olive
|
||||
summary: Professional open-source NLE video editor
|
||||
@@ -9,7 +9,7 @@ grade: stable
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
olive:
|
||||
olive-editor:
|
||||
environment:
|
||||
"LD_LIBRARY_PATH": "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/pulseaudio"
|
||||
command: desktop-launch $SNAP/bin/Olive
|
||||
|
||||
Reference in New Issue
Block a user