Skip to content

Commit 25525f7

Browse files
committed
Fixes installation of the emoflon headless plugin
1 parent 8857fa2 commit 25525f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ setup_emoflon_headless_local_updatesite () {
148148
elif [[ "$OS" = "windows" ]]; then
149149
log "Using a runner on Windows."
150150
UPDATESITES+=",file://$(echo $PWD | sed -e 's/\/mnt\///g' | sed -e 's/^\///' -e 's/\//\\/g' -e 's/^./\0:/')\tmp\emoflon-headless\\"
151-
elif [[ "$OS" = "macos" ]]; then
151+
elif [[ "$OS" = "macos" ]] || [[ "$OS" = "macosarm" ]]; then
152152
log "Using a runner on macOS."
153153
UPDATESITES+=",file://$PWD/tmp/emoflon-headless/"
154154
fi

0 commit comments

Comments
 (0)