mirror of
https://github.com/moparisthebest/mail
synced 2024-11-13 20:55:05 -05:00
48c478961d
Hide native account picker on Android after first time. Get OAuth to work on iOS Turn off css slide transistion
11 lines
143 B
Bash
Executable File
11 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# go to root
|
|
cd `dirname $0`
|
|
cd ..
|
|
|
|
DIR=release/cca
|
|
|
|
rm -rf $DIR
|
|
mkdir -p $DIR
|
|
cca create $DIR/Whiteout --link-to=dist/manifest.json |