mirror of
https://github.com/Feodor2/Mypal68.git
synced 2025-06-18 14:55:44 -04:00
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
# Specifies files that should be copied (preserving symlinks) from dist/bin
|
|
# to the .app/Contents/MacOS directory.
|
|
/*.app/***
|
|
/certutil
|
|
/firefox-bin
|
|
#if defined(MOZ_GECKODRIVER)
|
|
/geckodriver
|
|
#endif
|
|
/gtest/***
|
|
#if defined(MOZ_ASAN) || defined(MOZ_TSAN)
|
|
/llvm-symbolizer
|
|
#endif
|
|
/pk12util
|
|
/ssltunnel
|
|
/webrtc-gtest
|
|
/xpcshell
|
|
/XUL
|