Commit 48fc75f
committed
the last run didn't produce much info because something in the process of uplaoding and running the mac/buildDmg.sh script is replacing the final two characters = '\;' in my
Also, I noticed that `python3` (which we don't call, but may be called by one of the kivy scripts) is actually /usr/local/bin/python3 which is a symlink to /usr/local/bin/Cellar/python/3.7.7/bin/python3.7 which is installed by brew and is version 3.7.7. But /usr/bin/python3 is the system's default python, which is 3.7.3. So I'm also declaring an alias in hope that subsequant comamnds will use it. If that fails, maybe I'll try to create a virtualenvfind command with ';' (removing the backslash). Anyway, let's just try xargs.1 parent 05cd27b commit 48fc75f
1 file changed
+15
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
46 | | - | |
47 | | - | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
53 | | - | |
| 56 | + | |
| 57 | + | |
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| |||
258 | 262 | | |
259 | 263 | | |
260 | 264 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
267 | 271 | | |
268 | 272 | | |
269 | 273 | | |
| |||
320 | 324 | | |
321 | 325 | | |
322 | 326 | | |
| 327 | + | |
323 | 328 | | |
324 | 329 | | |
325 | 330 | | |
| |||
0 commit comments