mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Allow to download darwin/arm64 using the installation script (#642)
This commit is contained in:
parent
f18677e498
commit
664520e027
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ check_platform() {
|
|||
found=1
|
||||
case "$platform" in
|
||||
darwin/amd64) found=0;;
|
||||
darwin/arm64) found=0;;
|
||||
linux/amd64) found=0 ;;
|
||||
linux/arm64) found=0 ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue