Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit 676e5d9

Browse files
committed
Update paths.go
1 parent 793a155 commit 676e5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (p *Paths) initDataDirectory(dataDirectoryPath, appName string) (err error)
114114

115115
// AstilectronDownloadSrc returns the download URL of the (currently platform-independent) astilectron zip file
116116
func AstilectronDownloadSrc(versionAstilectron string) string {
117-
return fmt.Sprintf("https://github.com/asticode/astilectron/archive/v%s.zip", versionAstilectron)
117+
return fmt.Sprintf("https://github.com/true-zero/astilectron/archive/v%s.zip", versionAstilectron)
118118
}
119119

120120
// ElectronDownloadSrc returns the download URL of the platform-dependant electron zipfile

0 commit comments

Comments
 (0)