1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Enable rdp debugging

This commit is contained in:
Luke Ceddia 2019-01-05 00:56:06 +11:00
parent c95c47464b
commit dc6c93a2d2

View file

@ -1,3 +1,6 @@
$blockRdp = $true;
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
mv setup_win.bat internal\
$filename = "qb64_" + (get-date -uformat "%Y-%m-%d-%H-%M-%S") + "_" + $Env:APPVEYOR_REPO_COMMIT.Substring(0,7) + "-" + $Env:APPVEYOR_REPO_BRANCH + "_win_" + $Env:PLATFORM + ".7z"