Update troubleshooting.md

This commit is contained in:
Ivan Bushchik 2022-02-10 20:29:06 +03:00 committed by GitHub
parent f73c52e7de
commit a478977944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,19 @@
You need to execute `chmod +x <pathToFile>`. You need to execute `chmod +x <pathToFile>`.
## Apple Silicon ## Apple Silicon (M1 / M1 Pro / M1 Max)
You also need to execute `codesign -s - <pathToFile>` You also need to execute `codesign -s - <pathToFile>`
# Устранение неполадок
`<pathToFile>` означает полный путь к загруженному исполняемому файлу
## Любой linux / osx
Вам нужно выполнить `chmod +x <pathToFile>`.
## Apple Silicon (M1 / M1 Pro / M1 Max)
Вам также необходимо выполнить `codesign -s - <pathToFile>`