Co-authored-by: AlexisDanlos <91090088+AlexisDanlos@users.noreply.github.com> Co-authored-by: stcb <21@stcb.cc> Reviewed-on: #60 Co-authored-by: AlexisDanlos <alexis.danlos@epitech.eu> Co-committed-by: AlexisDanlos <alexis.danlos@epitech.eu>
5 lines
118 B
Bash
Executable File
5 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Running Icing Dialer in STEALTH mode..."
|
|
flutter run --release --dart-define=STEALTH=true
|