File: build-environment-install.bat

package info (click to toggle)
bleachbit 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,916 kB
  • sloc: python: 15,623; xml: 3,218; makefile: 232; sh: 9
file content (8 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
echo Installing the build environment into the current working directory.
powershell.exe -ExecutionPolicy ByPass -File "%~dp0\msys-install.ps1"
if %errorlevel% neq 0 (
    echo msys-install.ps1 failed.
    exit /b %errorlevel%
)

powershell.exe -ExecutionPolicy ByPass -File "%~dp0\python-gtk3-install.ps1"