Skip to content

Instantly share code, notes, and snippets.

View ctaggart's full-sized avatar

Cameron Taggart ctaggart

View GitHub Profile
@ctaggart
ctaggart / ClickOnceProfile.pubxml.user.template.xml
Last active December 25, 2020 00:08
ClickOnce for Rust Apps
<Project>
<PropertyGroup>
<InstallUrl>https://ctaggart.github.io/minesweeper-rs/</InstallUrl>
<ManifestCertificateThumbprint>1A92BF20220B301077205787F406B1BCEE6DA97E</ManifestCertificateThumbprint>
</PropertyGroup>
</Project>