the manual is wrong

merge-requests/237/head lin_flatpaks18
nr0q 2023-10-22 17:21:39 -05:00
rodzic 46e05aba90
commit f5a506ad34
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 3996435FD92CC88F
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -179,7 +179,7 @@ linux:package:
mv ../*.{deb,buildinfo,changes} artifacts/
echo -e "\e[0Ksection_end:`date +%s`:debian_build\r\e[0K"
echo -e "\e[0Ksection_start:`date +%s`:flatpaks\e[0KBuilding Flatpak"
flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak-builder flatpak flatpak_x64_manifest.yml --force-clean --allow-missing-runtimes
flatpak build-bundle flatpakrepo GridTracker-${VER}-x86_64.flatpak org.gridtracker.GridTracker
mv *.flatpak artifacts/
echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K"
@ -306,9 +306,9 @@ arm:package:
mv GridTracker-${VER}-linux-arm64 dist/
cp dist/GridTracker-${VER}-linux-arm64/package.nw/gridview.png dist/GridTracker-${VER}-linux-arm64/gridview.png
echo "Building flatpak source..."
flatpak-builder flatpak flatpak_arm64_manifest.yml --force-clean --repo=flathub --allow-missing-runtimes
flatpak-builder flatpak flatpak_arm64_manifest.yml --force-clean --allow-missing-runtimes
echo "Exporting single-file flatpak..."
flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
flatpak build-bundle flatpakrepo GridTracker-${VER}-arm64.flatpak org.gridtracker.GridTracker
mv *.flatpak artifacts/
echo -e "\e[0Ksection_end:`date +%s`:flatpaks\r\e[0K"
echo "we made ARM packages!"