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 28f1b57 commit 52e2425Copy full SHA for 52e2425
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: stegano
2
-base: core18
+base: core24
3
adopt-info: stegano
4
summary: Image and Audio Steganography
5
description: |
@@ -8,14 +8,18 @@ description: |
8
grade: stable
9
confinement: strict
10
11
+architectures:
12
+ - build-on: amd64
13
+ build-for: arm64
14
+
15
parts:
16
stegano:
17
plugin: rust
18
source: .
- source-subdir: stegano-cli
19
+ source-subdir: crates/stegano-cli
20
override-pull: |
- snapcraftctl pull
- snapcraftctl set-version "$(git describe --tags)"
21
+ craftctl default
22
+ craftctl set version="$(git describe --tags)"
23
24
apps:
25
0 commit comments