[gtk-mac-bundler: 3/4] bundler.py: Remove duplicate copy-binaries




commit b40ca51b473889e53fef89f58b56112df0f26326
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Thu Oct 28 16:54:46 2021 +0200

    bundler.py: Remove duplicate copy-binaries
    
    Removes duplication and all libaries are still copied.
    
    Cf. https://gitlab.gnome.org/GNOME/gtk-mac-bundler/-/merge_requests/3#note_1298807

 bundler/bundler.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/bundler/bundler.py b/bundler/bundler.py
index d50d25e..41a09c4 100644
--- a/bundler/bundler.py
+++ b/bundler/bundler.py
@@ -482,7 +482,6 @@ class Bundler(object):
         self.binaries_to_copy.remove(main_binary_path)
 
         # Additional binaries (executables, libraries, modules)
-        self.copy_binaries()
         self.resolve_library_dependencies()
         self.copy_binaries()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]