diff options
-rwxr-xr-x | binary_tarball/scripts/4_Build_Binary_Tarball.sh | 2 | ||||
-rw-r--r-- | flatpak/content/io.gitlab.LibreWolf.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index 31e7fb0..202a0a9 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -64,7 +64,7 @@ END else cat >.mozconfig ${CI_PROJECT_DIR}/mozconfig - <<END -ac_add_options --enable-linker=gold +# ac_add_options --enable-linker=gold END fi diff --git a/flatpak/content/io.gitlab.LibreWolf.json b/flatpak/content/io.gitlab.LibreWolf.json index 8feb9d6..8babf9d 100644 --- a/flatpak/content/io.gitlab.LibreWolf.json +++ b/flatpak/content/io.gitlab.LibreWolf.json @@ -1,7 +1,7 @@ { "app-id": "io.gitlab.LibreWolf", "runtime": "org.gnome.Platform", - "runtime-version": "3.32", + "runtime-version": "3.33", "sdk": "org.gnome.Sdk", "command": "librewolf", "modules": [ |