mirror of
https://github.com/ivabus/roulette
synced 2024-11-24 09:25:09 +03:00
Update troubleshooting.md
This commit is contained in:
parent
f73c52e7de
commit
a478977944
1 changed files with 14 additions and 1 deletions
|
@ -6,6 +6,19 @@
|
|||
|
||||
You need to execute `chmod +x <pathToFile>`.
|
||||
|
||||
## Apple Silicon
|
||||
## Apple Silicon (M1 / M1 Pro / M1 Max)
|
||||
|
||||
You also need to execute `codesign -s - <pathToFile>`
|
||||
|
||||
|
||||
# Устранение неполадок
|
||||
|
||||
`<pathToFile>` означает полный путь к загруженному исполняемому файлу
|
||||
|
||||
## Любой linux / osx
|
||||
|
||||
Вам нужно выполнить `chmod +x <pathToFile>`.
|
||||
|
||||
## Apple Silicon (M1 / M1 Pro / M1 Max)
|
||||
|
||||
Вам также необходимо выполнить `codesign -s - <pathToFile>`
|
||||
|
|
Loading…
Reference in a new issue