simplelocalize / simplelocalize-cli

SimpleLocalize CLI is a developer-friendly command-line tool for uploading and downloading translation files
https://simplelocalize.io
MIT License
56 stars 11 forks source link

CLI - segmentation fault #68

Closed franvera closed 1 year ago

franvera commented 1 year ago

Describe the bug Segmentation fault thrown by the CLI

CLI Version 2.1

Operating system (please complete the following information):

ScreenshotsScreenshot 2022-12-06 at 10 29 32 AM

Screenshot 2022-12-06 at 10 30 26 AM
jpomykala commented 1 year ago

Hey @franvera

Thanks for reporting this. It should be fixed soon #69 Apparently macOS 13.0.1 with Intel needs a special treatment here. 😄

jpomykala commented 1 year ago

The fix is live, you can install it via:

curl -s https://get.simplelocalize.io/2.1.2/install | bash

Thanks again!

franvera commented 1 year ago

works great now! thanks for the quick fix