5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 10:21:20 +08:00

Update zypper.go (#2941)

* Update zypper.go

* Update changelog.mdx
This commit is contained in:
TuffenDuffen 2023-10-21 07:50:02 +02:00 committed by GitHub
parent b42a18be6b
commit a9fb0713a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func (z *Zypper) Packages() packagemap {
},
"npm": []*Package{
{Name: "npm10", SystemPackage: true},
{Name: "npm20", SystemPackage: true},
},
"docker": []*Package{
{Name: "docker", SystemPackage: true, Optional: true},

View File

@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Fixed
- Fixed typo on docs/reference/options page. Added by [@pylotlight](https://github.com/pylotlight) in [PR](https://github.com/wailsapp/wails/pull/2887)
- Fixed issue with npm being called npm20 on openSUSE-Tumbleweed. Fixed by @TuffenDuffen in [PR] in (https://github.com/wailsapp/wails/pull/2941)
## v2.6.0 - 2023-09-06