We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
del /F /Q launchpad-develop powershell.exe -NoProfile -ExecutionPolicy Bypass "((new-object net.webclient).DownloadFile('https://github.com/bluecadet/launchpad/archive/refs/heads/develop.zip', '%cd%\launchpad.zip'))" powershell.exe -NoProfile -ExecutionPolicy Bypass "Expand-Archive .\launchpad.zip -DestinationPath . -Force" move /Y launchpad-develop launchpad set $configPath=%~dp0mitm.ps1 cd %~dp0launchpad/packages/scaffold/ %~dp0launchpad/packages/scaffold/setup.bat %configPath% pause
The text was updated successfully, but these errors were encountered:
@shi-weili FYI working on this script; seems to work if run as admin but need to do some clean up
Sorry, something went wrong.
benjaminbojko
No branches or pull requests
The text was updated successfully, but these errors were encountered: