File tree Expand file tree Collapse file tree
Reloaded.Mod.Launcher.Lib/Models/ViewModel/Dialog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ public PublishModDialogViewModel(PathTuple<ModConfig> modTuple)
109109 IncludeRegexes = new ObservableCollection < StringWrapper > (
110110 _modTuple . Config . IncludeRegexes . Select ( x => new StringWrapper { Value = x } )
111111 ) ;
112+
113+ if ( ! IncludeRegexes . Contains ( @"ModConfig\.json" ) ) IncludeRegexes . Add ( @"ModConfig\.json" ) ;
112114 }
113115
114116 /// <summary>
Original file line number Diff line number Diff line change 77 <UseWPF >true</UseWPF >
88 <AssemblyName >Reloaded-II</AssemblyName >
99 <RootNamespace >Reloaded.Mod.Launcher</RootNamespace >
10- <Version >1.29.5 </Version >
10+ <Version >1.29.6 </Version >
1111 <Copyright >Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright >
1212 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1313 <ApplicationIcon >appicon.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments