Skip to content

Commit e42e6cb

Browse files
committed
Hopefully the last attempt to fix formatting at the bottom of README.md
1 parent e348a1f commit e42e6cb

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -165,29 +165,29 @@ These steps need be performed frequently, as needed, after System Configuration
165165
The BlocklyPropClient.macos.spec is the build specification file for Mac OS. This file contains Python executable source generated automatically by the pyi-makespec command and also later amended to include features not expressible via the pyi-makespec command-line.
166166

167167
To regenerate a specification file for Mac OS:
168-
* Navigate to the project
169-
* _$ cd ~/PythonProjects/BlocklyPropClient_
170-
* Activate the _Virtual Python_ environment for BlocklyPropClient
171-
* _$ source VPython/bin/activate_
172-
* Generate a new BlocklyPropClient.spec file
173-
* _(VPython)$ pyi-makespec --windowed --icon BlocklyPropClient.icns --osx-bundle-identifier com.ParallaxInc.BlocklyPropClient --noupx BlocklyPropClient.py_
174-
* Update the BlocklyPropClient.spec file to include propeller-tools content
175-
* Below the "exe" block, add the following three lines
168+
* Navigate to the project
169+
* _$ cd ~/PythonProjects/BlocklyPropClient_
170+
* Activate the _Virtual Python_ environment for BlocklyPropClient
171+
* _$ source VPython/bin/activate_
172+
* Generate a new BlocklyPropClient.spec file
173+
* _(VPython)$ pyi-makespec --windowed --icon BlocklyPropClient.icns --osx-bundle-identifier com.ParallaxInc.BlocklyPropClient --noupx BlocklyPropClient.py_
174+
* Update the BlocklyPropClient.spec file to include propeller-tools content
175+
* Below the "exe" block, add the following three lines
176176

177177
```
178178
#Propeller Tools
179179
propeller_libs_and_tools = Tree('propeller-tools', prefix='propeller-tools', excludes=['*.pdf', 'windows', 'linux'])
180180
propeller_libs_and_tools += [('about.txt', 'about.txt', 'About file')]
181181
```
182182

183-
* Above the "coll" block, indicates it is modified
183+
* Above the "coll" block, indicates it is modified
184184
```
185185
#Collection (edited to include Propeller Tools)
186186
```
187187

188-
* Below the "coll" block's "a.datas," line, insert the following line
188+
* Below the "coll" block's "a.datas," line, insert the following line
189189
```
190190
propeller_libs_and_tools,
191191
```
192192

193-
* Save the file and rename to __BlocklyPropClient.macos.spec__
193+
* Save the file and rename to __BlocklyPropClient.macos.spec__

0 commit comments

Comments
 (0)