File tree Expand file tree Collapse file tree
Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public static class Assembly
1010 private static readonly string _product = "CodeRed Launcher" ;
1111 private static readonly string _copyright = "CodeRedModding 2023" ;
1212 private static readonly string _license = "MIT License" ;
13- private static readonly string _version = "1.2.2 " ;
13+ private static readonly string _version = "1.2.3 " ;
1414 private static readonly bool _termsOfUse = false ;
1515 private static readonly bool _privatePolicy = false ;
1616
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ private static bool PhraseConfigFile()
137137 {
138138 if ( line . Contains ( PrivacyPolicy . Name ) ) { PrivacyPolicy . SetValue ( line . Contains ( "True" ) ? "True" : "False" ) ; continue ; }
139139 if ( line . Contains ( TermsOfUse . Name ) ) { TermsOfUse . SetValue ( line . Contains ( "True" ) ? "True" : "False" ) ; continue ; }
140- if ( line . Contains ( PrivacyHash . Name ) ) { PrivacyHash . SetValue ( line . Substring ( ( PrivacyHash . Name . Length + 1 ) , 32 ) ) ; continue ; }
141- if ( line . Contains ( TermsHash . Name ) ) { TermsHash . SetValue ( line . Substring ( ( TermsHash . Name . Length + 1 ) , 32 ) ) ; continue ; }
140+ if ( line . Contains ( PrivacyHash . Name ) ) { PrivacyHash . SetValue ( line . Substring ( ( PrivacyHash . Name . Length + 1 ) , ( line . Length - ( PrivacyHash . Name . Length + 1 ) ) ) ) ; continue ; }
141+ if ( line . Contains ( TermsHash . Name ) ) { TermsHash . SetValue ( line . Substring ( ( TermsHash . Name . Length + 1 ) , ( line . Length - ( TermsHash . Name . Length + 1 ) ) ) ) ; continue ; }
142142 if ( line . Contains ( AutoCheckUpdates . Name ) ) { AutoCheckUpdates . SetValue ( line . Contains ( "True" ) ? "True" : "False" ) ; continue ; }
143143 if ( line . Contains ( PreventInjection . Name ) ) { PreventInjection . SetValue ( line . Contains ( "True" ) ? "True" : "False" ) ; continue ; }
144144 if ( line . Contains ( RunOnStartup . Name ) ) { RunOnStartup . SetValue ( line . Contains ( "True" ) ? "True" : "False" ) ; continue ; }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
55<Project >
66 <PropertyGroup >
77 <Configuration >Release</Configuration >
8- <Platform >Any CPU </Platform >
8+ <Platform >x64 </Platform >
99 <PublishDir >bin\Release\net7.0-windows10.0.17763.0\publish\win-x64\</PublishDir >
1010 <PublishProtocol >FileSystem</PublishProtocol >
1111 <_TargetId >Folder</_TargetId >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44-->
55<Project >
66 <PropertyGroup >
7- <History>True|2023-07-03T23:19:37.2984651Z;True|2023-06-23T12:19:10.5480937-04:00;True|2023-06-07T16:24:13.6686440-04:00;True|2023-06-07T16:19:33.2384233-04:00;True|2023-06-02T14:20:34.8667609-04:00;True|2023-06-02T14:19:16.9938932-04:00;True|2023-05-17T17:31:36.2391578-04:00;True|2023-05-13T13:56:01.0765277-04:00;True|2023-04-26T17:18:01.3003846-04:00;True|2023-04-17T18:09:22.0218857-04:00;True|2023-04-15T08:12:25.4751548-04:00;True|2023-02-23T17:42:55.3711325-05:00;True|2023-01-26T05:55:54.7338406-05:00;True|2023-01-14T16:37:43.9661254-05:00;True|2023-01-11T15:04:57.9184587-05:00;True|2023-01-01T06:51:43.9653309-05:00;True|2022-12-29T03:28:57.5161186-05:00;True|2022-12-25T20:55:07.0626032-05:00;True|2022-12-24T18:45:18.2492814-05:00;True|2022-12-24T17:58:05.8108440-05:00;True|2022-12-23T00:36:55.2356565-05:00;True|2022-12-22T20:46:31.3667454-05:00;True|2022-12-22T20:36:59.8978942-05:00;True|2022-12-22T20:32:40.9627042-05:00;True|2022-12-22T20:27:45.7845417-05:00;True|2022-12-22T20:08:26.4442830-05:00;True|2022-12-22T20:07:06.2254198-05:00;True|2022-12-22T20:01:04.3986967-05:00;True|2022-12-22T19:57:34.6741553-05:00;True|2022-12-22T19:46:09.3566048-05:00;True|2022-12-22T19:45:03.2884935-05:00;True|2022-12-22T19:36:42.2434776-05:00;True|2022-12-22T19:31:21.4738973-05:00;True|2022-12-22T19:27:34.9406205-05:00;False|2022-12-22T19:27:27.7152676-05:00;True|2022-12-22T19:14:05.9421852-05:00;True|2022-12-22T18:02:42.2130135-05:00;</History>
7+ <History>True|2023-09-12T15:21:47.2201303Z;True|2023-09-11T17:53:54.1085377-04:00;True|2023-07-03T19:19:37.2984651-04:00;True|2023-06-23T12:19:10.5480937-04:00;True|2023-06-07T16:24:13.6686440-04:00;True|2023-06-07T16:19:33.2384233-04:00;True|2023-06-02T14:20:34.8667609-04:00;True|2023-06-02T14:19:16.9938932-04:00;True|2023-05-17T17:31:36.2391578-04:00;True|2023-05-13T13:56:01.0765277-04:00;True|2023-04-26T17:18:01.3003846-04:00;True|2023-04-17T18:09:22.0218857-04:00;True|2023-04-15T08:12:25.4751548-04:00;True|2023-02-23T17:42:55.3711325-05:00;True|2023-01-26T05:55:54.7338406-05:00;True|2023-01-14T16:37:43.9661254-05:00;True|2023-01-11T15:04:57.9184587-05:00;True|2023-01-01T06:51:43.9653309-05:00;True|2022-12-29T03:28:57.5161186-05:00;True|2022-12-25T20:55:07.0626032-05:00;True|2022-12-24T18:45:18.2492814-05:00;True|2022-12-24T17:58:05.8108440-05:00;True|2022-12-23T00:36:55.2356565-05:00;True|2022-12-22T20:46:31.3667454-05:00;True|2022-12-22T20:36:59.8978942-05:00;True|2022-12-22T20:32:40.9627042-05:00;True|2022-12-22T20:27:45.7845417-05:00;True|2022-12-22T20:08:26.4442830-05:00;True|2022-12-22T20:07:06.2254198-05:00;True|2022-12-22T20:01:04.3986967-05:00;True|2022-12-22T19:57:34.6741553-05:00;True|2022-12-22T19:46:09.3566048-05:00;True|2022-12-22T19:45:03.2884935-05:00;True|2022-12-22T19:36:42.2434776-05:00;True|2022-12-22T19:31:21.4738973-05:00;True|2022-12-22T19:27:34.9406205-05:00;False|2022-12-22T19:27:27.7152676-05:00;True|2022-12-22T19:14:05.9421852-05:00;True|2022-12-22T18:02:42.2130135-05:00;</History>
88 <LastFailureDetails />
99 </PropertyGroup >
1010</Project >
You can’t perform that action at this time.
0 commit comments