tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

MacOS-files.in (428B)


      1 #if 0
      2 ; Specifies files that should be copied (preserving symlinks) from dist/bin
      3 ; to the .app/Contents/MacOS directory.
      4 #endif
      5 #filter substitution
      6 /*.app/***
      7 /certutil
      8 #if defined(MOZ_GECKODRIVER)
      9 /geckodriver
     10 #endif
     11 /gtest/***
     12 /http3server
     13 #if defined(MOZ_ASAN) || defined(MOZ_TSAN) || defined(FUZZING)
     14 /llvm-symbolizer
     15 #endif
     16 #if defined(MOZ_CRASHREPORTER)
     17 /crashhelper
     18 #endif
     19 /nmhproxy
     20 /pk12util
     21 /ssltunnel
     22 /xpcshell
     23 /XUL