iamandi / nanopb

Automatically exported from code.google.com/p/nanopb
zlib License
0 stars 0 forks source link

Switch to .tar.gz for Mac OS X binary packages #154

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download nanopb macosx binary package
2. Extract using Python 2.7 zipfile module
3. Try to run the generator

What is the expected output? What do you see instead?
Generator binaries should have the execute bit set, but do not.

Please use labels and text to provide additional information.
Mac OS X's unzip seems to have some custom extension that preserves 
permissions. Python (and probably other 3rd party tools) does not. Using 
.tar.gz format should work more reliably.

Original issue reported on code.google.com by Petteri.Aimonen on 8 Apr 2015 at 3:40

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 2024c8e3dc8a.

Original comment by Petteri.Aimonen on 8 Apr 2015 at 3:41

GoogleCodeExporter commented 9 years ago
Fix released in nanopb-0.3.3

Original comment by Petteri.Aimonen on 10 Apr 2015 at 6:06