From 4ce9908d60bfe5c9f537f0235420516baa64dceb Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sun, 5 May 2024 13:19:06 +0200 Subject: [PATCH] fix: add missing repo name --- build/flatpak-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/flatpak-setup b/build/flatpak-setup index 6726179..2094b1c 100755 --- a/build/flatpak-setup +++ b/build/flatpak-setup @@ -1,5 +1,7 @@ #!/usr/bin/env bash +REPO_NAME=flathub + # Installed flatpaks FLATPAK_LIST=$(flatpak list --user --app --columns=application)