Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,13 @@ You can also use the preview version alongside the stable release to get early a
<a style="text-decoration:none" href="https://apps.microsoft.com/detail/9NGHP3DX8HDX?launch=true&mode=full">
<picture>
<source media="(prefers-color-scheme: light)" srcset="./assets/StoreBadge-dark.png" height="80" />
<img src="./assets/StoreBadge-light.png" height="80" />
</picture>
</a>
<img src="./assets/StoreBadge-light.png" height="80" /></picture></a>
&ensp;
<!-- Classic Installer Badge -->
<a style="text-decoration:none" href="https://files.community/appinstallers/Files.stable.appinstaller">
<picture>
<source media="(prefers-color-scheme: light)" srcset="./assets/ClassicInstallerBadge-dark.png" height="80" />
<img src="./assets/ClassicInstallerBadge-light.png" height="80" />
</picture>
</a>
<img src="./assets/ClassicInstallerBadge-light.png" height="80" /></picture></a>
</p>

## Building from source
Expand Down
Loading