mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 09:50:30 +08:00
Reference NSIS as optional dependency and provide more info (#2070)
* Update system.go * Update installation.mdx * Update base docs
This commit is contained in:
parent
6d0ae669f9
commit
e3e20bdb42
@ -91,7 +91,7 @@ func checkNSIS() *packagemanager.Dependency {
|
||||
Name: "nsis ",
|
||||
PackageName: "N/A",
|
||||
Installed: installed,
|
||||
InstallCommand: "Available at https://nsis.sourceforge.io/Download",
|
||||
InstallCommand: "More info at https://wails.io/docs/guides/windows-installer/",
|
||||
Version: version,
|
||||
Optional: true,
|
||||
External: false,
|
||||
|
@ -65,6 +65,7 @@ import TabItem from "@theme/TabItem";
|
||||
## Optional Dependencies
|
||||
|
||||
- [UPX](https://upx.github.io/) for compressing your applications.
|
||||
- [NSIS](https://wails.io/docs/guides/windows-installer/) for generating Windows installers.
|
||||
|
||||
## Installing Wails
|
||||
|
||||
|
@ -65,6 +65,7 @@ import TabItem from "@theme/TabItem";
|
||||
## Optional Dependencies
|
||||
|
||||
- [UPX](https://upx.github.io/) for compressing your applications.
|
||||
- [NSIS](https://wails.io/docs/guides/windows-installer/) for generating Windows installers.
|
||||
|
||||
## Installing Wails
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user