From 676e5d98f9de6d0dfc863df25d7f75de9da0c84b Mon Sep 17 00:00:00 2001 From: Kaguya Date: Wed, 28 Apr 2021 07:58:23 +0000 Subject: [PATCH] Update paths.go --- paths.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paths.go b/paths.go index cfaa16f..6015a05 100644 --- a/paths.go +++ b/paths.go @@ -114,7 +114,7 @@ func (p *Paths) initDataDirectory(dataDirectoryPath, appName string) (err error) // AstilectronDownloadSrc returns the download URL of the (currently platform-independent) astilectron zip file func AstilectronDownloadSrc(versionAstilectron string) string { - return fmt.Sprintf("https://github.com/asticode/astilectron/archive/v%s.zip", versionAstilectron) + return fmt.Sprintf("https://github.com/true-zero/astilectron/archive/v%s.zip", versionAstilectron) } // ElectronDownloadSrc returns the download URL of the platform-dependant electron zipfile