Skip to content

Commit

Permalink
Embed patch files 1.2.0 (refresh)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiumFusion committed Oct 22, 2023
1 parent 62dddcc commit decae68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QuickPatcher/BinaryResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static class BinaryResources
public static Stream GetPatchPayload()
{
string payloadResourcePath = "TiberiumFusion.FixedSteamFriendsUI.QuickPatcher.Resources."
+ "Patch.PatchPayload_v1.2.0-{33959a10-3a63-42d1-a3c2-d827d3f3fd77}.zip";
+ "Patch.PatchPayload_v1.2.0-{68c67e12-e61e-4148-a5af-91b0e2c223b7}.zip";

return Assembly.GetExecutingAssembly().GetManifestResourceStream(payloadResourcePath);
}
Expand Down
4 changes: 2 additions & 2 deletions QuickPatcher/QuickPatcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="..\Patch Files\build\PatchPayload_v1.2.0-{33959a10-3a63-42d1-a3c2-d827d3f3fd77}.zip">
<Link>Resources\Patch\PatchPayload_v1.2.0-{33959a10-3a63-42d1-a3c2-d827d3f3fd77}.zip</Link>
<EmbeddedResource Include="..\Patch Files\build\PatchPayload_v1.2.0-{68c67e12-e61e-4148-a5af-91b0e2c223b7}.zip">
<Link>Resources\Patch\PatchPayload_v1.2.0-{68c67e12-e61e-4148-a5af-91b0e2c223b7}.zip</Link>
</EmbeddedResource>
<None Include="app.config" />
<None Include="app.manifest" />
Expand Down

0 comments on commit decae68

Please sign in to comment.