File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 <Copyright >Copyright © 2021 Thomas Nguyen</Copyright >
1212 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1313 <NeutralLanguage >en</NeutralLanguage >
14- <Version >1.3.2 </Version >
14+ <Version >1.4.0 </Version >
1515 <PackageLicenseFile ></PackageLicenseFile >
1616 <ApplicationIcon >ERPLoader.ico</ApplicationIcon >
1717 </PropertyGroup >
Original file line number Diff line number Diff line change 1111 <RepositoryUrl >https://github.com/ducng99/EasyERPMod</RepositoryUrl >
1212 <NeutralLanguage >en</NeutralLanguage >
1313 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
14- <Version >1.3.2 </Version >
14+ <Version >1.4.0 </Version >
1515 <PackageIcon ></PackageIcon >
1616 <PackageIconUrl />
1717 <ApplicationIcon >EasyERPExplorer.ico</ApplicationIcon >
Original file line number Diff line number Diff line change @@ -106,12 +106,12 @@ You should have received a copy of the GNU General Public License
106106 ImGui . Text ( "The app is created to help simplify modding process for F1 games using Ego Engine Modding." ) ;
107107 if ( ImGui . Button ( "GitHub" ) )
108108 {
109- Process . Start ( "https://github.com/ducng99/EasyERPMod" ) ;
109+ Process . Start ( "cmd" , "/C start https://github.com/ducng99/EasyERPMod") ;
110110 }
111111 ImGui . SameLine ( ) ;
112112 if ( ImGui . Button ( "RaceDepartment" ) )
113113 {
114- Process . Start ( "https://www.racedepartment.com/downloads/easyerpmod-make-modding-easier.44824/" ) ;
114+ Process . Start ( "cmd" , "/C start https://www.racedepartment.com/downloads/easyerpmod-make-modding-easier.44824/") ;
115115 }
116116
117117 ImGui . Separator ( ) ;
Original file line number Diff line number Diff line change 44 <OutputType >WinExe</OutputType >
55 <TargetFramework >net5.0-windows</TargetFramework >
66 <UseWPF >true</UseWPF >
7- <Version >1.3.2 </Version >
7+ <Version >1.4.0 </Version >
88 <Authors >Maxhyt</Authors >
99 <Company >Maxhyt</Company >
1010 <Copyright >Copyright © 2021 Thomas Nguyen</Copyright >
You can’t perform that action at this time.
0 commit comments