Commit Graph
161 Commits
Author SHA1 Message Date
CorpNewtandGitHub 3a1c52e773 Add support for py launcher 2020-07-15 15:55:09 -05:00
CorpNewtandGitHub c8c7ad7d3d Add support for py launcher 2020-07-15 15:54:56 -05:00
CorpNewtandGitHub 36b4a49258 Update MakeInstall.bat 2020-07-08 12:31:58 -05:00
CorpNewtandGitHub 0a1ca788d1 Update gibMacOS.bat 2020-07-08 12:23:14 -05:00
CorpNewtandGitHub 5f1156cbc3 Update MakeInstall.bat 2020-07-07 19:08:46 -05:00
CorpNewtandGitHub 336d294af7 Adjust function formatting
Move from ":functionname <variable> <variable>" to ":functionname - variable variable" format
2020-07-07 18:43:49 -05:00
CorpNewtandGitHub 6487df91a5 Update MakeInstall.bat 2020-07-05 11:45:06 -05:00
CorpNewtandGitHub c80a680229 Update gibMacOS.bat 2020-07-05 11:44:57 -05:00
CorpNewtandGitHub 048dfb170e Update MakeInstall.bat 2020-07-03 09:05:54 -05:00
CorpNewtandGitHub 40516bd9f0 Update gibMacOS.bat 2020-07-03 09:05:41 -05:00
CorpNewtandGitHub 1a7c8bac5f Update gibMacOS.bat 2020-07-03 08:36:27 -05:00
CorpNewtandGitHub 220d56b5db Update MakeInstall.bat 2020-07-03 08:36:13 -05:00
CorpNewtandGitHub 7a17c3fc11 Get name from 10.16 - credit to dhinakg
https://github.com/dhinakg
2020-06-22 15:08:36 -05:00
CorpNewtandGitHub 25753053f9 Preliminary support for 10.16 beta structure 2020-06-22 14:35:23 -05:00
CorpNewtandGitHub 58b48b63db Update MakeInstall.py 2020-05-19 13:09:26 -05:00
CorpNewtandGitHub ef6fbe9ee4 Update OC DuetPkg url 2020-05-18 13:28:10 -05:00
CorpNewtandGitHub af6e10f33f Rename OC boot0af -> boot0 2020-05-17 04:41:09 -05:00
CorpNewtandGitHub 6539f7de23 Update DuetPkg url 2020-05-16 08:27:53 -05:00
CorpNewtandGitHub 58ab64c42f Update chunk size per bentaylornz 2020-05-13 06:15:26 -05:00
CorpNewtandGitHub 1ccde43556 Change ddrelease64.exe host url 2020-05-09 14:07:39 -05:00
CorpNewt cce8677e57 Update utils.py, plist.py from pymodules 2020-04-29 15:35:46 -05:00
CorpNewtandGitHub 9a60b44428 Temp workaround for migrated duet files 2020-04-26 10:46:11 -05:00
CorpNewtandGitHub 9b07aeab9c Merge pull request #91 from cclauss/patch-1
xrange() was removed from Python on 1/1/2020
2020-04-19 14:20:18 -05:00
Christian ClaussandGitHub 988a5d8d2c Minor optimization ;-) 2020-04-13 10:52:00 +02:00
Christian ClaussandGitHub 49e07bcb2f xrange() was removed from Python on 1/1/2020
Also simplify by defining basestring and unicode in Python 3

Python porting best practice [___use feature detection instead of version detection___](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).

Bare exceptions: https://realpython.com/the-most-diabolical-python-antipattern

__basestring__ and __unicode__ was removed in Python 3 because all str are Unicode utf-8.
2020-04-13 10:44:05 +02:00
CorpNewtandGitHub 26fda46c01 Update gibMacOS.bat 2020-04-01 19:40:50 -05:00
CorpNewtandGitHub a780e079ff Update MakeInstall.bat 2020-04-01 19:40:33 -05:00
CorpNewtandGitHub 047a823216 Update diskpart script per issue 83 2020-04-01 15:44:21 -05:00
CorpNewtandGitHub c2e45ce568 Add option to only print urls 2020-03-17 13:19:24 -05:00
CorpNewt a01c885a59 Update run.py from pymodules 2020-03-16 11:47:18 -05:00
CorpNewt fe2aa87897 Update run.py, plist.py from pymodules 2020-03-16 11:29:48 -05:00
CorpNewtandGitHub 392e80d814 Queue idling fixes 2020-03-16 10:23:56 -05:00
CorpNewtandGitHub 5e8a2bfd9e Rely on python to self-elevate 2020-03-14 13:41:52 -05:00
CorpNewtandGitHub fa8ae96aba Attempt to self-elevate in python 2020-03-14 13:41:23 -05:00
CorpNewtandGitHub 9f3a750f56 Update url to reflect OcSupportPkg merge 2020-03-01 08:23:38 -06:00
CorpNewtandGitHub aaf08331ff Update utils.py 2020-02-11 21:53:28 -06:00
CorpNewtandGitHub 4ee9f25eec Fix for OC using .hfs instead of .pkg 2020-02-09 21:07:40 -06:00
CorpNewtandGitHub d087e608b9 Preliminary OpenCore support 2020-01-18 10:29:42 -06:00
CorpNewtandGitHub 2722baea6c Update pathing, mount first partition after format 2019-12-30 16:09:33 -06:00
CorpNewtandGitHub 8dc2a1c78a Remove leading/trailing spaces in name 2019-12-28 14:17:58 -06:00
CorpNewtandGitHub 7641caed36 Prioritize Dids' repo 2019-12-20 22:03:21 -06:00
CorpNewtandGitHub 7d36bd2b3b Preliminary Clover version selection 2019-11-14 16:02:45 -06:00
CorpNewtandGitHub ea17b52b33 Update gibMacOS.bat 2019-11-01 21:39:59 -05:00
CorpNewtandGitHub b452806e37 Update MakeInstall.bat 2019-11-01 21:39:32 -05:00
CorpNewtandGitHub c13f83a7db Strip : in potential folder names 2019-10-19 15:30:23 -05:00
CorpNewtandGitHub cfe17c0228 Sort disks and partitions numerically 2019-10-19 15:25:15 -05:00
CorpNewtandGitHub 2fd15e1319 Get the latest release with the proper assets 2019-10-19 05:40:37 -05:00
CorpNewtandGitHub 7ce11a1dbb Update local PATH var before checking py version 2019-10-15 14:31:58 -05:00
CorpNewtandGitHub f940ef6951 Update local PATH var before checking py version 2019-10-15 14:30:45 -05:00
CorpNewtandGitHub 70ffff7a0a Better cleanup and error handling 2019-10-15 14:08:02 -05:00