mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +00:00
fix snapcraft&aur
This commit is contained in:
3
packages/snap/snapcraft.yaml
vendored
3
packages/snap/snapcraft.yaml
vendored
@@ -24,7 +24,7 @@ grade: stable
|
||||
|
||||
apps:
|
||||
dotdrop:
|
||||
command: dotdrop
|
||||
command: bin/dotdrop
|
||||
plugs:
|
||||
- home
|
||||
|
||||
@@ -45,4 +45,5 @@ parts:
|
||||
if [ -z ${VERSION} ]; then
|
||||
VERSION=$(cat dotdrop/version.py | grep version | sed 's/^.*= .\(.*\).$/\1/g')
|
||||
fi
|
||||
[ -z "${VERSION}" ] && exit 1
|
||||
snapcraftctl set-version "${VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user