mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
7 lines
233 B
Bash
7 lines
233 B
Bash
|
#!/bin/bash
|
||
|
# This (wrapper) script should be run in wsl with installed (windows "side") flutter
|
||
|
# and available cmd.exe in PATH
|
||
|
# Assume that we are in scripts/windows dir
|
||
|
CW_ROOT=`pwd`/../..
|
||
|
cd $CW_ROOT
|
||
|
cmd.exe /c cakewallet.bat $1
|