Open mariobrostech opened 2 years ago
I believe this is an issue related to #147
The reason it seems to not export is because it cannot disambiguate between OBSProject.OBSStudio
and OBSProject.OBSStudio.Prerelease
. Since it can’t definitively determine which of the packages is installed, it reports it as unavailable.
Edit:
I have the same issue. Further, running "winget list" doesn't show winget as the Source for OBS Studio despite installing it from winget.
Same problem of not being able to export, and not being listed as winget as the Source for other programs such as voidtools.Everything and Zoom.Zoom.
Brief description of your issue
While other winget packages successfully export when running the
winget export
command, OBS Studio doesn't successfully add itself to the list of packages. Thewinget export
command displays this in its output. This is abnormal behavior, considering that OBS Studio lists a valid version number in winget and doesn't have any issues performing upgrades when a new version is released.Steps to reproduce
Run
winget export -o packages.txt
, wherepackages.txt
is the location of the destination package file. The command will run, but winget will show OBS Studio failing to be added to the package file, and when the file is opened, this behavior can be confirmed.Expected behavior
I expect winget to be able to export OBS Studio, along with the rest of my installed programs, to a package file when the
winget export
command is run.Actual behavior
winget fails to add OBS Studio to the package file, outputting the following error message:
Installed package is not available from any source: OBS Studio
.Environment