Skip to content

Commit 8b02733

Browse files
author
Despair-Paradise
committed
Scripting auto dl
1 parent d5aebe9 commit 8b02733

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

Downloads/.gitkeep

Whitespace-only changes.

URLVars.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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"

buildScript.ps1

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
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"
61

2+
# Sourcing URLs
3+
. .\URLVars.ps1
74

8-
mkdir "Downloads"
95

6+
# Downloading Files
107
Write-Host "Downloading MPC-BE"
118
Invoke-WebRequest -Uri $mpc -OutFile ".\Downloads\mpcbe.7z"
129
Write-Host "Downloading LAVFilters"

0 commit comments

Comments
 (0)