From e3e20bdb42935ee6705d67eacc1c9b3ed087f72c Mon Sep 17 00:00:00 2001 From: Antonio Cheong Date: Sat, 12 Nov 2022 15:36:57 +0800 Subject: [PATCH] Reference NSIS as optional dependency and provide more info (#2070) * Update system.go * Update installation.mdx * Update base docs --- v2/internal/system/system.go | 2 +- website/docs/gettingstarted/installation.mdx | 1 + .../version-v2.2.0/gettingstarted/installation.mdx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/v2/internal/system/system.go b/v2/internal/system/system.go index 455f171ea..7e180c471 100644 --- a/v2/internal/system/system.go +++ b/v2/internal/system/system.go @@ -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, diff --git a/website/docs/gettingstarted/installation.mdx b/website/docs/gettingstarted/installation.mdx index 858b5e5f3..0e4bd0a50 100644 --- a/website/docs/gettingstarted/installation.mdx +++ b/website/docs/gettingstarted/installation.mdx @@ -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 diff --git a/website/versioned_docs/version-v2.2.0/gettingstarted/installation.mdx b/website/versioned_docs/version-v2.2.0/gettingstarted/installation.mdx index 858b5e5f3..0e4bd0a50 100644 --- a/website/versioned_docs/version-v2.2.0/gettingstarted/installation.mdx +++ b/website/versioned_docs/version-v2.2.0/gettingstarted/installation.mdx @@ -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