add patch to binary_tarball script as well

master
ohfp 2021-01-08 20:44:53 +01:00
parent f59ae4ac93
commit b8c8f7ee12
No known key found for this signature in database
GPG Key ID: 2954CC8585E27A3F
2 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project follows the official Firefox releases, but also uses
[Arch Linux Package Versioning](https://wiki.archlinux.org/index.php/Arch_package_guidelines#Package_versioning) to mark individual releases in between versions.
## [84.0.1-2] - Unreleased
### Fixed
- Patch for global menubar added to AppImage and Flatpak build script as well
## [84.0.1-1] - 2021-01-07
### Fixed

View File

@ -130,6 +130,9 @@ patch -p1 -i ${CI_PROJECT_DIR}/remove_addons.patch
# Adapted from https://github.com/WesleyBranton/userChrome.css-Customizations
patch -p1 -i ${CI_PROJECT_DIR}/megabar.patch
# Debian patch to enable global menubar
patch -p1 -i ${CI_PROJECT_DIR}/unity-menubar.patch
# Disabling Pocket
printf "\nDisabling Pocket\n";
sed -i "s/'pocket'/#'pocket'/g" browser/components/moz.build