tauri/examples/api/.setup-cross.sh
2023-10-26 13:58:56 -03:00

7 lines
200 B
Bash

#!/usr/bin/env bash
export ICONS_VOLUME="$(realpath ../.icons)"
export DIST_VOLUME="$(realpath dist)"
export ISOLATION_VOLUME="$(realpath isolation-dist)"
export WORKSPACE_VOLUME="$(realpath ../..)"