Skip to content

Commit 524c92c

Browse files
committed
scripts/fsx-legacy.bat: remove unneeded fsi.bat
This should have been done in: fb628fa
1 parent 5488853 commit 524c92c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

scripts/fsx-legacy.bat

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
@ECHO OFF
2-
SET "FSIBAT=%ProgramW6432%\fsx\fsi.bat"
32
SET "FSXFSX=%ProgramW6432%\fsx\fsx.exe"
43

5-
IF NOT EXIST "%FSIBAT%" (
6-
ECHO "%FSIBAT% not found" && EXIT /b 1
7-
)
8-
94
IF NOT EXIST "%FSXFSX%" (
105
ECHO "%FSXFSX% not found" && EXIT /b 1
116
)

scripts/make.fsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,6 @@ let Install(isReinstall: bool) =
233233
List.Empty
234234
)
235235

236-
let fsiBat = Path.Combine(ToolsDir.FullName, "fsi.bat") |> FileInfo
237-
238-
File.Copy(
239-
fsiBat.FullName,
240-
Path.Combine(fsxInstallationDir.FullName, fsiBat.Name)
241-
)
242-
243236
let fsxLauncher =
244237
Path.Combine(
245238
finalReleaseFolderPath,

0 commit comments

Comments
 (0)