Skip to content

Commit

Permalink
Add history
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 5, 2024
1 parent 7ee4f76 commit ec1a57a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/electron/find_tap_device_name.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
:: Exits with a non-zero exit code on failure.
:: Usage example: find_tap_device_name.bat TAP_NAME

:: Some history:
:: We used to use a Go binary for this to improve the name detection:
:: https://github.com/Jigsaw-Code/outline-apps/pull/711
:: It was later replaced by this script "following reports that the Go binaries fail to run on some environments":
:: https://github.com/Jigsaw-Code/outline-apps/pull/756

@echo off
:: See https://ss64.com/nt/delayedexpansion.html
setlocal enabledelayedexpansion
Expand Down

0 comments on commit ec1a57a

Please sign in to comment.