mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:50:15 +08:00
parent
b42a18be6b
commit
a9fb0713a1
@ -45,6 +45,7 @@ func (z *Zypper) Packages() packagemap {
|
|||||||
},
|
},
|
||||||
"npm": []*Package{
|
"npm": []*Package{
|
||||||
{Name: "npm10", SystemPackage: true},
|
{Name: "npm10", SystemPackage: true},
|
||||||
|
{Name: "npm20", SystemPackage: true},
|
||||||
},
|
},
|
||||||
"docker": []*Package{
|
"docker": []*Package{
|
||||||
{Name: "docker", SystemPackage: true, Optional: true},
|
{Name: "docker", SystemPackage: true, Optional: true},
|
||||||
|
@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
#### Fixed
|
#### 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 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
|
## v2.6.0 - 2023-09-06
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user