Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshastri authored Apr 4, 2024
1 parent 4b5b9a0 commit 8c40fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FreeDownloadManager/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://dn3.freedownloadmanager.org/6/latest/fdm_x86_setup.exe'
$url64 = 'https://dn3.freedownloadmanager.org/6/latest/fdm_x64_setup.exe'
$url = 'https://files2.freedownloadmanager.org/fdm6_qt5/fdm_x86_setup.exe'
$url64 = 'https://files2.freedownloadmanager.org/fdm6_qt5/fdm_x64_setup.exe'

$packageArgs = @{
packageName = 'FreeDownloadManager'
Expand Down

0 comments on commit 8c40fc1

Please sign in to comment.