Skip to content

Commit 5269751

Browse files
committed
v1.4.6.1
Fixed F1 22 window detection
1 parent 560a6e8 commit 5269751

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ERPLoader/ERPLoader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Copyright © 2021-2022 Thomas Nguyen</Copyright>
1212
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1313
<NeutralLanguage>en</NeutralLanguage>
14-
<Version>1.4.6</Version>
14+
<Version>1.4.6.1</Version>
1515
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1616
<ApplicationIcon>ERPLoader.ico</ApplicationIcon>
1717
</PropertyGroup>

ERPLoader/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private static void StartMods()
171171
private static Process StartGame()
172172
{
173173
Regex F1GameNameRegex = new(@"^f1_.+\.exe$", RegexOptions.Compiled | RegexOptions.IgnoreCase);
174-
Regex F1GameTitleRegex = new(@"^F1 \d{4}", RegexOptions.Compiled);
174+
Regex F1GameTitleRegex = new(@"^F1 \d+", RegexOptions.Compiled);
175175

176176
foreach (string file in Directory.GetFiles(Settings.Instance.F1GameDirectory))
177177
{

EasyERPExplorer/EasyERPExplorer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<RepositoryUrl>https://github.com/ducng99/EasyERPMod</RepositoryUrl>
1212
<NeutralLanguage>en</NeutralLanguage>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14-
<Version>1.4.6</Version>
14+
<Version>1.4.6.1</Version>
1515
<PackageIcon></PackageIcon>
1616
<PackageIconUrl />
1717
<ApplicationIcon>EasyERPExplorer.ico</ApplicationIcon>

Updater/EasyUpdater.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>WinExe</OutputType>
55
<TargetFramework>net6.0-windows</TargetFramework>
66
<UseWPF>true</UseWPF>
7-
<Version>1.4.6</Version>
7+
<Version>1.4.6.1</Version>
88
<Authors>Maxhyt</Authors>
99
<Company>Maxhyt</Company>
1010
<Copyright>Copyright © 2021-2022 Thomas Nguyen</Copyright>

0 commit comments

Comments
 (0)