You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-18Lines changed: 29 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,31 +152,42 @@ These steps need be performed frequently, as needed, after System Configuration
152
152
* cd package
153
153
* Run the mac_sign_and_package script giving the proper version number and deploy option
154
154
* To include the FTDI USB Drivers inside the installer:
155
-
* ./mac_app_sign_and_package.sh -a "BlocklyPropClient" -v 0.5.1 -r -f -d
155
+
*_$ ./mac_app_sign_and_package.sh -a "BlocklyPropClient" -v 0.5.1 -r -f -d_
156
156
* To exclude the FTDI USB Drivers from the installer:
157
-
* ./mac_app_sign_and_package.sh -a "BlocklyPropClient" -v 0.5.1 -d
157
+
*_$ ./mac_app_sign_and_package.sh -a "BlocklyPropClient" -v 0.5.1 -d_
158
158
* The installer package will be written to the ../dist subfolder as BlocklyPropClient-0.5.1-setup-MacOS.pkg
159
159
* Deactivate the Virtual Environment...
160
-
* (VPython)$ deactivate
160
+
*_(VPython)$ deactivate_
161
161
* The "(VPython)" prefix will now disappear from your command-line
162
162
163
163
#### BlocklyPropClient.macos.spec Details
164
164
165
165
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.
166
166
167
167
To regenerate a specification file for Mac OS:
168
-
* From within the ~/PythonProjects/BlocklyPropClient folder...
169
-
* Activate the _Virtual Python_ environment for BlocklyPropClient
0 commit comments