Fix appstore, icons etc

This commit is contained in:
Thomas Farstrike
2025-06-04 15:32:16 +02:00
parent cff1421f06
commit 5fde5a87da
10 changed files with 127 additions and 125 deletions
+2
View File
@@ -16,6 +16,8 @@ rm "$outputjson"
echo "[" | tee -a "$outputjson"
# currently, this script doesn't purge unnecessary information from the manifests, such as activities
for apprepo in internal_filesystem/apps internal_filesystem/builtin/apps; do
echo "Listing apps in $apprepo"
ls -1 "$apprepo" | while read appdir; do