mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Fixes #5700. Adds support for arm64 (M1) to textinputsource in the Keyman app. All other executables are already fat with support for both x86_64 and arm64.
4 lines
47 B
Bash
Executable file
4 lines
47 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
set -u
|
|
make textinputsource
|