1
0
Fork 0
firefox/browser/app/macbuild/Contents/MacOS-files.in
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

24 lines
440 B
Text

#if 0
; Specifies files that should be copied (preserving symlinks) from dist/bin
; to the .app/Contents/MacOS directory.
#endif
#filter substitution
/*.app/***
/certutil
#if defined(MOZ_GECKODRIVER)
/geckodriver
#endif
/gtest/***
/http3server
#if defined(MOZ_ASAN) || defined(MOZ_TSAN) || defined(FUZZING)
/llvm-symbolizer
#endif
#if defined(MOZ_CRASHREPORTER)
/crashhelper
#endif
/nmhproxy
/pingsender
/pk12util
/ssltunnel
/xpcshell
/XUL