Skip to content

Commit

Permalink
Fixed missing dep for snap
Browse files Browse the repository at this point in the history
  • Loading branch information
ivandokov committed Mar 13, 2022
1 parent 3b2deda commit b865b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ parts:
source: .
override-pull: |
snapcraftctl pull
VERSION=`cat phockup.py | grep '__version__ = ' | sed "s/.*'\(.*\)'/\1/"`
snapcraftctl set-version $VERSION
snapcraftctl set-version `cat phockup.py | grep '__version__ = ' | sed "s/.*'\(.*\)'/\1/"`
files:
plugin: dump
source: .
stage-packages:
- locales-all
- python3
- python3-tqdm
- libimage-exiftool-perl

0 comments on commit b865b56

Please sign in to comment.