From 2f2b883aa1fd530f31feb415cf9c6cdfcde60b36 Mon Sep 17 00:00:00 2001 From: Finn Behrens Date: Mon, 16 Aug 2021 11:32:02 +0200 Subject: [PATCH] docs: Update windows info for auto-updater Squirrel.Mac can be served from a static host as well. --- docs/api/auto-updater.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/auto-updater.md b/docs/api/auto-updater.md index cc6c7a189871a..9ebd80647fa3f 100644 --- a/docs/api/auto-updater.md +++ b/docs/api/auto-updater.md @@ -43,7 +43,7 @@ The installer generated with Squirrel will create a shortcut icon with an same ID for your app with `app.setAppUserModelId` API, otherwise Windows will not be able to pin your app properly in task bar. -Unlike Squirrel.Mac, Windows can host updates on S3 or any other static file host. +Like Squirrel.Mac, Windows can host updates on S3 or any other static file host. You can read the documents of [Squirrel.Windows][squirrel-windows] to get more details about how Squirrel.Windows works.