Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Winget porting #216

Closed
tiziodcaio opened this issue May 27, 2021 · 7 comments
Closed

Winget porting #216

tiziodcaio opened this issue May 27, 2021 · 7 comments

Comments

@tiziodcaio
Copy link

Winget porting

Describe the solution you'd like

As described here, you can submit a package not to hardly...

@enzo1982
Copy link
Owner

I'm not sure I want to invest time in this. fre:ac is available in the Microsoft store and Microsoft is adding support for installing store apps to Winget (see microsoft/winget-cli#117), so this will eventually be resolved by them.

Otherwise, adding fre:ac to Winget would require some effort as the current installer does not have a silent mode. The alternative would be to build .msix packages and release them in addition to the current installer and .zip packages. I'd rather save the time to do that and put it into improving the core application.

@tiziodcaio
Copy link
Author

ok we will wait! In the case this will change I will happy to add it.
For now should I close the issue?

@enzo1982
Copy link
Owner

Let's leave the issue open as a reminder.

@tiziodcaio
Copy link
Author

Sure

@enzo1982
Copy link
Owner

enzo1982 commented Nov 1, 2021

Winget now officially supports the Microsoft store, so fre:ac can be installed with winget install -s msstore fre:ac.

Closing this issue.

@enzo1982 enzo1982 closed this as completed Nov 1, 2021
@microbearlogist
Copy link

microbearlogist commented Nov 20, 2023

Package name is not anymore recognized.
The following identifier should be used instead: 9P9TQF7MRM4R

winget install -s msstore 9P9TQF7MRM4R

The identifier is indicated in the application address on https://apps.microsoft.com

@maphew
Copy link

maphew commented Jan 10, 2024

The ID has changed.

» winget search "free audio"
Name                               Id             Version Source
------------------------------------------------------------------
Free Audio Joiner                  9NVW23XVRLGV   Unknown msstore
DVDVideoMedia Free Audio Converter XP89FK75TZFWWS Unknown msstore
Free Audio Remover                 XPDDS70XZBCVK3 Unknown msstore
fre:ac - free audio converter      9P1XD8ZQJ7JD   Unknown msstore

It's not necessary to specify store as source. The below works.

winget install 9P1XD8ZQJ7JD

maphew added a commit to maphew/freac that referenced this issue Jan 10, 2024
The winget recipe needed to be changed due upstream package name and ID changes.

See enzo1982#216 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants