Files
tubestation/browser/app/macbuild/Contents/MacOS-files.in
Alex Kontos a9eedab844 fix: stop building pingsender executable
(cherry picked from commit ec70e94f30ff2a035a0cdfe72a814e5298648539)
2025-11-06 14:12:53 +00:00

24 lines
428 B
Plaintext

#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
/pk12util
/ssltunnel
/xpcshell
/XUL