Update snapcraft.yaml

This commit is contained in:
Evan Su 2025-08-07 18:05:01 -04:00 committed by GitHub
parent b4efd949f5
commit 5ad0395c5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
name: picocrypt
name: picocrypt-ng
summary: A very small, very simple, yet very secure encryption tool.
description: Picocrypt is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt.
description: Picocrypt NG is a very small, very simple, yet very secure encryption tool that you can use to protect your files. It's designed to be the go-to tool for encryption, with a focus on security, simplicity, and reliability. Picocrypt NG uses the secure XChaCha20 cipher and the Argon2id key derivation function to provide a high level of security, even from three-letter agencies like the NSA. Your privacy and security is under attack. Take it back with confidence by protecting your files with Picocrypt NG.
version: "2.00"
confinement: strict
base: core22
@ -8,7 +8,7 @@ grade: stable
apps:
picocrypt:
command: bin/Picocrypt
command: bin/Picocrypt-NG
environment:
NO_AT_BRIDGE: 1
LIBGL_ALWAYS_SOFTWARE: 1