From 1ff72baa85028351d5f823a72e07b9ca5ed27874 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 20 Jun 2021 11:16:16 +0200 Subject: [PATCH] bugfixes --- pybuild.py => build.py | 2 ++ 1 file changed, 2 insertions(+) rename pybuild.py => build.py (99%) mode change 100644 => 100755 diff --git a/pybuild.py b/build.py old mode 100644 new mode 100755 similarity index 99% rename from pybuild.py rename to build.py index 2e3e3a9..1afe035 --- a/pybuild.py +++ b/build.py @@ -292,6 +292,8 @@ def execute_lw_artifacts(): exec("mv -v librewolf/firefox{} librewolf/librewolf{}".format(exe,exe)); exec("rm -rf librewolf/maintainanceservice* librewolf/pingsender* librewolf/firefox.*.xml librewolf/precomplete librewolf/removed-files librewolf/uninstall") exec("cp -v common/source_files/browser/branding/librewolf/firefox.ico librewolf/librewolf.ico") + if options.distro != 'win': + exec("cp -v files/register-librewolf files/start-librewolf files/start-librewolf.desktop.in librewolf") # create zip file if options.src == 'release':