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

Commit 56f7243

Browse files
committed
yo im fucking stupid
1 parent 3ef00c0 commit 56f7243

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, "spcode.exe"));
53+
spCompInfo = new FileInfo(Path.Combine(dir, "spcomp.exe"));
5454
if (spCompInfo.Exists)
5555
{
5656
SpCompFound = true;

0 commit comments

Comments
 (0)