You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: project/core/tasks/FinalBuilderTask.cs
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -320,12 +320,17 @@ public string GetFBPath()
320
320
{
321
321
intfbversion=GetFBVersion();
322
322
stringkeyName=String.Format(CultureInfo.CurrentCulture,@"SOFTWARE\VSoft\FinalBuilder\{0}.0",fbversion);// Works for FB 3 through 5, should work for future versions
323
+
stringkeyName64=String.Format(CultureInfo.CurrentCulture,@"SOFTWARE\Wow6432Node\VSoft\FinalBuilder\{0}.0",fbversion);// for 64 bits os
thrownewBuilderException(this,string.Format(System.Globalization.CultureInfo.CurrentCulture,"Path to Finalbuilder {0} command line executable could not be found.",fbversion));
thrownewBuilderException(this,string.Format(System.Globalization.CultureInfo.CurrentCulture,"Path to Finalbuilder {0} command line executable could not be found.",fbversion));
332
+
}
333
+
}
329
334
330
335
if(fbversion==3)// FinalBuilder 3 has a different executable name to other versions
0 commit comments