File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
77public class Program
88{
9- static string OutputPath = string . Join ( '\\ ' , AppDomain . CurrentDomain . SetupInformation . ApplicationBase ! . Split ( "\\ " ) . SkipLast ( 1 ) ) ;
9+ static string OutputPath = string . Join ( '\\ ' , AppDomain . CurrentDomain . SetupInformation . ApplicationBase ! . Split ( "\\ " ) . SkipLast ( 2 ) ) ;
1010
1111 public static void Main ( string [ ] args ) {
1212 Console . WriteLine ( "Welcome to the RL2.ModLoader.DevSetup" ) ;
@@ -24,7 +24,7 @@ public static void Main(string[] args) {
2424 return ;
2525 }
2626
27- File . WriteAllText ( OutputPath + "RL2.ModLoader.targets" , $ """
27+ File . WriteAllText ( OutputPath + "\\ RL2.ModLoader.targets" , $ """
2828 <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2929 <!-- MSBuild variables -->
3030 <PropertyGroup>
You can’t perform that action at this time.
0 commit comments