-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Поддержка MacOS #252
Поддержка MacOS #252
Conversation
Roundabout1
commented
Mar 26, 2024
- Исполняемый файл загрузчика для MacOS
- Изменения в клиенте для обеспечения работы загрузчика на MacOS
Возможно понадобиться дополнить README с инструкциями (что делать если система безопасности macOS не даёт запустить клиент, как установить avrdude на macOS). Пример инструкции: https://notes.polyus-nt.ru/doc/lapki-ide-i-zagruzchik-na-macos-VW7DzoGwW5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Долгожданное. Опечатку исправь, и можно будет мержить.
src/main/modules/ModuleManager.ts
Outdated
// позволяет унаследовать $PATH, то есть системный путь | ||
// это нужно для того, чтобы загрузчик смог получить доступ к avrdude, если путь к нему прописан в $PATH | ||
fixPath(); | ||
// break не нужен, так как дальнейшие действия одинаковы для Lunix и macOS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux
же!