- 20 Jan, 2023 9 commits
-
-
John Ralls authored
-
John Ralls authored
$PREFIX isn't even defined in a bundle.
-
John Ralls authored
Per POSIX recommendation to avoid ambiguity and unnecessary expression evaluation.
-
John Ralls authored
-
John Ralls authored
-
-
-
-
-
- 31 Dec, 2022 3 commits
-
-
John Ralls authored
-
John Ralls authored
-
John Ralls authored
Fixes #16
-
- 29 Dec, 2022 1 commit
-
-
John Ralls authored
Only 12 1/2 years late. Fixes #14.
-
- 22 Sep, 2022 1 commit
-
-
Lukas Oberhuber authored
Getting strings from the binaries can return badly encoded strings which don't match what Python is expecting. This fix discards any bad strings which are returned and continues.
-
- 18 Jul, 2022 8 commits
-
-
John Ralls authored
-
John Ralls authored
Project refuses to init if the required elements aren't present so the file is otherwise useless.
-
John Ralls authored
-
John Ralls authored
[Project] Raise an exception if there's an empty launcher tag but the project has no launcher script.
-
John Ralls authored
-
John Ralls authored
-
John Ralls authored
-
John Ralls authored
-
- 17 Jul, 2022 1 commit
-
-
Lukas Oberhuber authored
-
- 15 Jul, 2022 2 commits
-
-
Lukas Oberhuber authored
-
Lukas Oberhuber authored
-
- 14 Jun, 2022 1 commit
-
-
John Ralls authored
-
- 04 Jun, 2022 2 commits
-
-
John Ralls authored
-
John Ralls authored
-
- 09 May, 2022 2 commits
-
-
John Ralls authored
-
John Ralls authored
Convert to @executable_path like prefixes.
-
- 27 Dec, 2021 2 commits
-
-
John Ralls authored
-
Lukas Oberhuber authored
This change means that binary recursive copies preserve the directory structure rather than flattening it out. This is critical for using this capability in gimp where plugins have moved into sub directories.
-
- 30 Nov, 2021 1 commit
-
-
John Ralls authored
This reverts commit 9ecfd3d0 because it doesn't work: You can't conditionally set variables in Makefiles.
-
- 20 Nov, 2021 2 commits
-
-
John Ralls authored
-
John Ralls authored
-
- 28 Oct, 2021 1 commit
-
-
Lukas Oberhuber authored
Removes duplication and all libaries are still copied. Cf. !3 (comment 1298807)
-
- 27 Oct, 2021 2 commits
-
-
Lukas Oberhuber authored
Without this change, `dylib`s that other `dylibs` depend on are not copied. This ensures that they are so that the full tree is copied. It does appear, when tracing the copies, that quite a few `dylib`s are copied more than once. A simple step of removing duplicates should ensure this stops happening, but has not been done yet.
-
Lukas Oberhuber authored
Copied from https://github.com/samm-git/gtk-mac-bundler branch: fix-otool Ensures that otool does not error on directories and only receives files.
-
- 10 May, 2021 1 commit
-
-
MC51 (Michael) authored
-
- 07 May, 2021 1 commit
-
-
John Ralls authored
-