File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,11 @@ Yellowcake includes multiple themes:
268268
269269### Building from Source
270270```
271- git clone https://github.com/NaghDiefallah/Yellowcake.git cd Yellowcake dotnet restore dotnet build dotnet run
271+ git clone https://github.com/NaghDiefallah/Yellowcake.git
272+ cd Yellowcake
273+ dotnet restore
274+ dotnet build
275+ dotnet run
272276```
273277
274278### Key Dependencies
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ public partial class MainViewModel
4444
4545 public Dictionary < string , string > ManifestSources { get ; } = new ( )
4646 {
47- { "Stable Source" , "https://gist .githubusercontent.com/NaghDiefallah/82544b5e011d78924b0ff7678e4180aa/raw/NOModsPrimary " } ,
47+ { "Stable Source" , "https://raw .githubusercontent.com/NaghDiefallah/Yellowcake/refs/heads/main/Manifests/Stable.json " } ,
4848 { "Community Source" , "https://kopterbuzz.github.io/NOMNOM/manifest/manifest.json" } ,
49- { "Development Source" , "https://gist .githubusercontent.com/NaghDiefallah/82544b5e011d78924b0ff7678e4180aa/raw/NOModsTesting " }
49+ { "Development Source" , "https://raw .githubusercontent.com/NaghDiefallah/Yellowcake/refs/heads/main/Manifests/Development.json " }
5050 } ;
5151
5252 partial void OnIsSettingsOpenChanged ( bool value )
Original file line number Diff line number Diff line change 1515 <TrimMode >link</TrimMode >
1616
1717 <DebugType >embedded</DebugType >
18- <Version >1.2.7.10 </Version >
19- <AssemblyVersion >1.2.7.10 </AssemblyVersion >
20- <FileVersion >1.2.7.10 </FileVersion >
18+ <Version >1.2.7.11 </Version >
19+ <AssemblyVersion >1.2.7.11 </AssemblyVersion >
20+ <FileVersion >1.2.7.11 </FileVersion >
2121 <ApplicationIcon >Resources\icon.ico</ApplicationIcon >
2222 </PropertyGroup >
2323
You can’t perform that action at this time.
0 commit comments