parallaxinc / BlocklyPropClient

Client to provide access to the propeller for loading binaries and serial terminal
9 stars 7 forks source link

Fixed mistake in mac_app... script that left backup Info.plist file in the application bundle. #78

Closed PropGit closed 7 years ago

PropGit commented 7 years ago

The -i feature of sed requires an extension (on Mac) and created a backup file with that extension when in-place editing is performed. I forgot about the backup file when I removed the code to delete temporary files; this caused an Info.plist.bak file to be left in the application bundle.