Skip to content

Commit f8701ff

Browse files
Remove Microsoft Store section from README
Removed Microsoft Store section and related build instructions from README.
1 parent 2ec1e96 commit f8701ff

1 file changed

Lines changed: 4 additions & 22 deletions

File tree

README.md

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@
1212

1313
[简体中文](README_zh.md) · [English](#)
1414

15+
<a href="https://apps.microsoft.com/detail/9mvt208csf6p?referrer=appbadge&mode=full" target="_blank" rel="noopener noreferrer">
16+
<img src="https://get.microsoft.com/images/en-us%20light.svg" width="200"/>
17+
</a>
1518
</div>
1619

20+
1721
---
1822

1923
## ✨ Features
@@ -130,25 +134,3 @@ See [CHANGELOG.md](CHANGELOG.md).
130134
## 📄 License
131135

132136
MIT © 2026 TimeLens Contributors
133-
134-
---
135-
136-
## 🏬 Microsoft Store (MSIX)
137-
138-
139-
Store listing:
140-
141-
- URL: `https://apps.microsoft.com/detail/9MVT208CSF6P`
142-
- Store ID: `9MVT208CSF6P`
143-
- Store protocol: `ms-windows-store://pdp/?productid=9MVT208CSF6P`
144-
145-
Build an MSIX package draft:
146-
147-
```powershell
148-
./scripts/build-msix.ps1 -Version 0.4.0.0
149-
```
150-
151-
Notes:
152-
153-
- Replace placeholder logo files under `src-tauri/windows/msix-staging/Assets` with real Store assets.
154-
- Sign the resulting `.msix` with your Store-associated certificate before submission.

0 commit comments

Comments
 (0)