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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ This is a frequent operation to be performed every time a release to the Chrome
61
61
-_IMPORTANT: On Windows platforms, open a Git Bash command window_
62
62
-```$ cd path_to_BlocklyProp_Launcher/```
63
63
2. Run the _MakeRelease_ script
64
-
-```$ ./MakeScript```
64
+
-```$ ./MakeRelease```
65
65
- This will clean out (or create) the _release_ subfolder and will generate the obfuscated files plus the other unobscured resources necessary for a Chrome App package.
66
66
- This folder _should not_ be archived in repository commits, thus the repo's ```.gitignore``` file excludes the entire _release_ folder.
67
67
2. Test the app by installing the _release_ subfolder contents (Load Unpackaged App from Chrome or the Chrome Apps & Extensions Developer Tool).
0 commit comments