mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Submit qBittorrent for Windows to Microsoft Store #13977
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#13977
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rakleed on GitHub (Nov 14, 2022).
Suggestion
Could you please submit qBittorent for Windows to the Microsoft Store so it's easier to download and users don't have to think about updates? With the release of Windows 11, it became possible to submit traditional desktop apps (Win32) in the Microsoft Store, not just UWP. Learn more: https://developer.microsoft.com/en-us/microsoft-store/desktop-apps/.
Use case
So it's easier to download and users don't have to think about updates.
Extra info/examples/attachments
Earlier you mentioned that you are not interested in distribution on Stores (https://github.com/qbittorrent/qBittorrent/issues/9165#issuecomment-460029045). Your position has not changed since then, despite the fact that this is Microsoft's Store and you do not need to change the app to submit it?
@OpenSpaghettiSauce commented on GitHub (Nov 15, 2022):
My word means nothing here, but:
I don't know, I'm just a bit skeptical about it. It's maybe just me though.
I think Store is great! Scammers use it all the time to re-package open-source applications and rip people off. So it is definitely useful for some (scammers). And less useful for others (actual users and the devs.)
@clicktodev commented on GitHub (Nov 17, 2022):
@OpenSpaghettiSauce on your third point, windows store now allows Win32 apps.
Although I agree, I don't see much value in publishing qbt to the windows store.
@Balls0fSteel commented on GitHub (Nov 17, 2022):
Oh I know @hichemfantar , but it still requires preparation/changes on the packaging/installer end of things.
@Balls0fSteel commented on GitHub (Nov 17, 2022):
Also, FIXME on this one, but qBittorrent's current installer allows for disabling the Windows path limit for example. Putting out an icon, etc. I am not sure if these are available if you use Store to install an app.
(Heck, this is a personal "issue" I suppose, but I cannot even find if something is installed. It may or may not appear in Start menu. Sometimes I have to open Store, find the application through My Library and then select it, and then Start. Then I have to pin it, so it may appear properly.)
But anyway! Code signing is a must for all of this.
@soredake commented on GitHub (Nov 30, 2022):
Auto updates, maybe? If this https://github.com/qbittorrent/qBittorrent/issues/17698 will be fixed and installer will terminate running process and launch qbittorrent again.
@clicktodev commented on GitHub (Dec 1, 2022):
I personally have auto updates disabled in the windows store.
A better solution would be a built-in updater in qbt.
@soredake commented on GitHub (Jan 22, 2023):
https://github.com/felixrieseberg/windows95/issues/221
@RokeJulianLockhart commented on GitHub (May 17, 2023):
Although @soredake links a useful issue,
.MSIXand.AppXhaven't been the sole installer file formats possible to upload to the Microsoft Store since Windows 11's release. However, can anyone confirm that, due towinget-pkgs'smanifests/q/qBittorrent/qBittorrent, qBitTorrent is at least installable via the Microsoft Store's GUI, even if not via the Store's backend (store) repository viawinget-cli? It might/should be, becausewinget-pkgsaccepts--installer-type=msix.@soredake commented on GitHub (Dec 12, 2023):
No, it's not, and never be. The point of submitting qbittorent to microsoft store is to use
.msixformat for easy updates (https://github.com/qbittorrent/qBittorrent/issues/18115 https://github.com/qbittorrent/qBittorrent/issues/18582) and signed executable (https://github.com/qbittorrent/qBittorrent/issues/18028)@manfromarce commented on GitHub (Nov 30, 2025):
It would be nice if this was reconsidered.
As of now, MSIX packages can be created for Win32 applications quite easily using MSIX Packaging Tool or other methods. Many desktop applications such as GIMP, Firefox, Blender, paint.NET, Inkscape have been successfully packaged for some time.
The MSIX does not actually need to be signed because the signing is done by Microsoft when uploading to the store (unless the msix is meant to be distributed outside the store).
Of course, the Microsoft developer account requires a fee but it's a one-time purchase, not a subscription.
About MSIX restrictions:
@RokeJulianLockhart commented on GitHub (Nov 30, 2025):
@soredake,
.AppInstallers provide that, as does an.MSIX|.MSIXBundleuploaded towinget-pkgs.