Artifact [e35e73322c]
Artifact e35e73322c745e9348740f79ea2f7bccfa6e39c6:
- File dev/install_python_gtk.bat — part of check-in [3670ccbb4b] at 2016-11-20 16:43:26 on branch trunk — More detailed Win installer scripts, as provided by Oliver. Plus *.ico file for packaging. (user: mario, size: 259) [annotate] [blame] [check-ins using]
@setlocal enableextensions @cd /d "%~dp0" @echo off cls PowerShell Set-ExecutionPolicy -ExecutionPolicy ByPass -Scope CurrentUser PowerShell -File install_python_gtk.ps1 PowerShell Set-ExecutionPolicy -ExecutionPolicy Undefined -Scope CurrentUser pause