File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ $Global :mpc = " https://freefr.dl.sourceforge.net/project/mpcbe/MPC-BE/Nightly%20Builds%20%28from%20svn%20trunk%29/1.5.2%20%28build%203973%29%20beta/MPC-BE.1.5.2.3973.x64.7z"
2
+ $Global :mad = " http://madshi.net/madVR.zip"
3
+ $Global :lav = " https://github.com/Nevcairiel/LAVFilters/releases/download/0.73.1/LAVFilters-0.73.1-x64.zip"
4
+ $Global :xys = " https://github.com/Cyberbeing/xy-VSFilter/releases/download/3.1.0.752/XySubFilter_3.1.0.752_x64.zip"
5
+ $Global :syn = " https://github.com/Syncplay/syncplay/releases/download/v1.6.0/Syncplay_1.6.0_Portable.zip"
Original file line number Diff line number Diff line change 1
- $mpc = " https://freefr.dl.sourceforge.net/project/mpcbe/MPC-BE/Nightly%20Builds%20%28from%20svn%20trunk%29/1.5.2%20%28build%203973%29%20beta/MPC-BE.1.5.2.3973.x64.7z"
2
- $mad = " http://madshi.net/madVR.zip"
3
- $lav = " https://github.com/Nevcairiel/LAVFilters/releases/download/0.73.1/LAVFilters-0.73.1-x64.zip"
4
- $xys = " https://github.com/Cyberbeing/xy-VSFilter/releases/download/3.1.0.752/XySubFilter_3.1.0.752_x64.zip"
5
- $syn = " https://github.com/Syncplay/syncplay/releases/download/v1.6.0/Syncplay_1.6.0_Portable.zip"
6
1
2
+ # Sourcing URLs
3
+ . .\URLVars.ps1
7
4
8
- mkdir " Downloads"
9
5
6
+ # Downloading Files
10
7
Write-Host " Downloading MPC-BE"
11
8
Invoke-WebRequest - Uri $mpc - OutFile " .\Downloads\mpcbe.7z"
12
9
Write-Host " Downloading LAVFilters"
You can’t perform that action at this time.
0 commit comments