mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-06 22:24:17 +02:00
chore(flatpak): rotate GPG signing key to Bearwave App
Replace the legacy Flatpak repo key with Bearwave App <dev@bearwave.app> (5BAA384577671E45) in bearwave.flatpakref, build-flatpak.sh, and deploy-flatpak.sh.
This commit is contained in:
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "$root"
|
||||
|
||||
gpg_key_id="${BEARWAVE_FLATPAK_GPG_KEY:-AA1D2F0170800855}"
|
||||
gpg_key_id="${BEARWAVE_FLATPAK_GPG_KEY:-5BAA384577671E45}"
|
||||
mode="build"
|
||||
deploy=false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user