Skip to content

Commit 774abd4

Browse files
authored
fix(): Update xampp download path (#23)
The old path is returning 404s so update to what chocolatey packages are targeting.
1 parent 47f1080 commit 774abd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebKitDev/Functions/Install-Xampp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Install-Xampp {
3737
$toolchain = 'VS16';
3838
}
3939

40-
$url = ('https://www.apachefriends.org/xampp-files/{0}.{1}.{2}/xampp-windows-x64-{0}.{1}.{2}-{3}-{4}-installer.exe' -f ($major,$minor,$patch,$build,$toolchain));
40+
$url = ('https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/{0}.{1}.{2}/xampp-windows-x64-{0}.{1}.{2}-{3}-{4}-installer.exe' -f ($major,$minor,$patch,$build,$toolchain));
4141

4242
$options = @(
4343
'--unattendedmodeui','none',

0 commit comments

Comments
 (0)