-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
15 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#!/usr/bin/bash | ||
flatpak run --filesystem=home org.gnome.Sdk//46 <<EOF | ||
flatpak run --filesystem=home org.gnome.Sdk//47 <<EOF | ||
echo -e "\n\033[32;1m---------- UPDATING TRANSLATIONS ----------\033[0m\n" | ||
meson setup _build | ||
cd _build | ||
meson compile errands-update-po | ||
cd .. | ||
echo -e "\n\033[32;1m------------------ DONE! ------------------\033[0m\n" | ||
EOF | ||
EOF |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/usr/bin/bash | ||
|
||
build-aux/req2flatpak.py --requirements-file requirements.txt --target-platforms 311-x86_64 311-aarch64 > manifest.json | ||
./req2flatpak.py --requirements-file requirements.txt --target-platforms 312-x86_64 312-aarch64 > manifest.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.