5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
export TAURI_PRIVATE_KEY=$(cat ~/.tauri/fclauncher.key)
|
|
read -s PASSWORD
|
|
export TAURI_KEY_PASSWORD=$PASSWORD
|
|
NO_STRIP=true cargo tauri build
|