We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c43a8b commit dce5c3eCopy full SHA for dce5c3e
.github/workflows/build.yml
@@ -25,7 +25,6 @@ jobs:
25
26
build-snap:
27
runs-on: ubuntu-20.04
28
- if: false
29
30
steps:
31
- uses: actions/checkout@v4
snap/snapcraft.yaml
@@ -1,6 +1,6 @@
1
name: image-sieve
2
title: ImageSieve
3
-base: core22
+base: core24
4
summary: Tool to sort out images and archive them in a target folder
5
description: |
6
ImageSieve aims to help in the process of sorting through images taken by several
@@ -55,8 +55,8 @@ parts:
55
stage-packages:
56
- libxcb-shape0
57
- libxcb-xfixes0
58
- - libavcodec58
59
- - libavformat58
60
- - libavutil56
61
- - libswscale5
+ - libavcodec60
+ - libavformat60
+ - libavutil58
+ - libswscale7
62
- libgtk-3-0
0 commit comments