Check-in [6d5aea193c]
Overview
Comment: | Install helpers (PowerShell) for .exe package, which install Python+Gtk after ST2. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6d5aea193c4158fc604f35ba8a9d4b33 |
User & Date: | mario on 2016-11-13 18:18:45 |
Other Links: | manifest | tags |
Context
2016-11-13
| ||
19:54 | Clean up some commands for Win installer. check-in: adbc2835e8 user: mario tags: trunk | |
18:18 | Install helpers (PowerShell) for .exe package, which install Python+Gtk after ST2. check-in: 6d5aea193c user: mario tags: trunk | |
14:06 | Add windows CHM help file (only for .exe build at the moment) check-in: 7379129b9f user: mario tags: trunk | |
Changes
Modified Makefile from [0d1ab36143] to [9f4e907610].
︙ | |||
43 44 45 46 47 48 49 | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + + + | deb: $(PACK) -t $@ $(OPTS) $(DEPS) -p "$(NAME)-VERSION.deb" st2.py rpm: $(PACK) -t $@ $(OPTS) $(DEPS) -p "$(NAME)-VERSION.rpm" st2.py tar: $(PACK) -t $@ $(OPTS) $(DEPS) -p "$(NAME)-VERSION.bin.txz" st2.py exe: |
︙ |
Added dev/install_python_gtk.bat version [726eaeae71].
|
Added dev/install_python_gtk.ps1 version [abd419625a].
|