Skip to content

Commit e98efa3

Browse files
authored
Merge pull request #43 from PropGit/master
Fixed mistake in release instructions.
2 parents cb6a83b + 742e99e commit e98efa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This is a frequent operation to be performed every time a release to the Chrome
6161
- _IMPORTANT: On Windows platforms, open a Git Bash command window_
6262
- ```$ cd path_to_BlocklyProp_Launcher/```
6363
2. Run the _MakeRelease_ script
64-
- ```$ ./MakeScript```
64+
- ```$ ./MakeRelease```
6565
- 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.
6666
- This folder _should not_ be archived in repository commits, thus the repo's ```.gitignore``` file excludes the entire _release_ folder.
6767
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

Comments
 (0)