5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:31:20 +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:
Antonio Cheong 2022-11-12 15:36:57 +08:00 committed by GitHub
parent 6d0ae669f9
commit e3e20bdb42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -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,

View File

@ -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

View File

@ -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