We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5488853 commit 524c92cCopy full SHA for 524c92c
scripts/fsx-legacy.bat
@@ -1,11 +1,6 @@
1
@ECHO OFF
2
-SET "FSIBAT=%ProgramW6432%\fsx\fsi.bat"
3
SET "FSXFSX=%ProgramW6432%\fsx\fsx.exe"
4
5
-IF NOT EXIST "%FSIBAT%" (
6
- ECHO "%FSIBAT% not found" && EXIT /b 1
7
-)
8
-
9
IF NOT EXIST "%FSXFSX%" (
10
ECHO "%FSXFSX% not found" && EXIT /b 1
11
)
scripts/make.fsx
@@ -233,13 +233,6 @@ let Install(isReinstall: bool) =
233
List.Empty
234
235
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
243
let fsxLauncher =
244
Path.Combine(
245
finalReleaseFolderPath,
0 commit comments