You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently worked on integrating SylphyHornPlus with Winget and encountered a challenge regarding the management of cache files (VirtualDesktop.*****.generated.dll). I noticed that Winget's package installer doesn't currently support the deletion of these cache files. While I'm not fully versed in the intricacies of this excellent tool, one potential solution might be to add versioning to the cache files. This way, upon the first run of a new version, we could automatically remove outdated cache files.
GitHub Actions and Manifest Updates:
For updating the manifest file in the future, we have a few options:
Additionally, here's the log from my recent wingetcreate session, which might be helpful for future reference: wingetcreate-log.
I'll monitor the manifest and any updates. Please note that everything so far is reversible, so we can make changes to the package name or other details if needed.
Absolutely, adding this information will clarify the benefits of the Winget integration to those who might be unfamiliar with it. Here's how you can incorporate this add-on into your GitHub issue:
Primary Benefit - Ease of Installation and Upgrade:
For those unaware of the advantages of integrating with Winget, this allows for a much more streamlined installation and upgrade process for SylphyHornPlus. Once approved, users will be able to install or upgrade the application using simple Winget commands. This not only simplifies the process but also makes it more accessible to a wider user base.
To install the application, users can simply run: winget install hwtnb.SylphyHornPlus
To upgrade to the latest version, the command is: winget upgrade hwtnb.SylphyHornPlus
Furthermore, since there aren't any other packages with the name SylphyHornPlus, a more straightforward command like winget install SylphyHornPlus should also work effectively.
This integration represents a small step towards enhancing the user experience by providing an easy and reliable method for managing the installation and updates of SylphyHornPlus.
The text was updated successfully, but these errors were encountered:
I've recently worked on integrating
SylphyHornPlus
with Winget and encountered a challenge regarding the management of cache files (VirtualDesktop.*****.generated.dll
). I noticed that Winget's package installer doesn't currently support the deletion of these cache files. While I'm not fully versed in the intricacies of this excellent tool, one potential solution might be to add versioning to the cache files. This way, upon the first run of a new version, we could automatically remove outdated cache files.GitHub Actions and Manifest Updates:
For updating the manifest file in the future, we have a few options:
GitHub Actions - winget-releaser: This seems like the most streamlined method. GitHub Actions - winget-releaser
WinGet Packages Automation: Another method, though it appears more as a legacy integration. WinGet Packages Automation
Manual Submission: I can continue to submit updates manually as new versions are released.
Recent Submission:
I've submitted a new package for
hwtnb.SylphyHornPlus version 4.0.0-beta.12
. Here's the pull request for reference: New package: hwtnb.SylphyHornPlus version 4.0.0-beta.12 #126978.Additionally, here's the log from my recent
wingetcreate
session, which might be helpful for future reference: wingetcreate-log.I'll monitor the manifest and any updates. Please note that everything so far is reversible, so we can make changes to the package name or other details if needed.
Absolutely, adding this information will clarify the benefits of the Winget integration to those who might be unfamiliar with it. Here's how you can incorporate this add-on into your GitHub issue:
Primary Benefit - Ease of Installation and Upgrade:
For those unaware of the advantages of integrating with Winget, this allows for a much more streamlined installation and upgrade process for
SylphyHornPlus
. Once approved, users will be able to install or upgrade the application using simple Winget commands. This not only simplifies the process but also makes it more accessible to a wider user base.winget install hwtnb.SylphyHornPlus
winget upgrade hwtnb.SylphyHornPlus
Furthermore, since there aren't any other packages with the name
SylphyHornPlus
, a more straightforward command likewinget install SylphyHornPlus
should also work effectively.This integration represents a small step towards enhancing the user experience by providing an easy and reliable method for managing the installation and updates of
SylphyHornPlus
.The text was updated successfully, but these errors were encountered: