Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 7b6a510

Browse files
committed
reverted an innecessary constants use
1 parent e466221 commit 7b6a510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/MainWindowSPCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private async void Compile_SPScripts(bool compileAll = true)
5050
// Searches for the spcomp.exe compiler
5151
foreach (var dir in c.SMDirectories)
5252
{
53-
spCompInfo = new FileInfo(Path.Combine(dir, Constants.CompilerFileName));
53+
spCompInfo = new FileInfo(Path.Combine(dir, "spcode.exe"));
5454
if (spCompInfo.Exists)
5555
{
5656
SpCompFound = true;

0 commit comments

Comments
 (0)