mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 05:31:42 +03:00
6 lines
156 B
Bash
6 lines
156 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
export ICONS_VOLUME="$(realpath ../.icons)"
|
||
|
export DIST_VOLUME="$(realpath dist)"
|
||
|
export ISOLATION_VOLUME="$(realpath isolation-dist)"
|