mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-05-08 03:16:42 +02:00
6 lines
234 B
Bash
6 lines
234 B
Bash
use flake
|
|
# Load .env on top of the flake's environment so APPLE_SIGNING_IDENTITY,
|
|
# APPLE_ID, APPLE_PASSWORD, APPLE_TEAM_ID etc. are available to `tauri build`
|
|
# and any other tools spawned from this directory.
|
|
dotenv_if_exists .env
|