Skip to content

Commit

Permalink
Fixes installation of the emoflon headless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Jul 16, 2024
1 parent 8857fa2 commit 25525f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ setup_emoflon_headless_local_updatesite () {
elif [[ "$OS" = "windows" ]]; then
log "Using a runner on Windows."
UPDATESITES+=",file://$(echo $PWD | sed -e 's/\/mnt\///g' | sed -e 's/^\///' -e 's/\//\\/g' -e 's/^./\0:/')\tmp\emoflon-headless\\"
elif [[ "$OS" = "macos" ]]; then
elif [[ "$OS" = "macos" ]] || [[ "$OS" = "macosarm" ]]; then
log "Using a runner on macOS."
UPDATESITES+=",file://$PWD/tmp/emoflon-headless/"
fi
Expand Down

0 comments on commit 25525f7

Please sign in to comment.