mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
cp src to dest
This commit is contained in:
parent
0213c19dc0
commit
d1c89efb73
@ -7,7 +7,7 @@ DIST_DIR="$ROOT_DIR/dist"
|
||||
CASK_DIR="$ROOT_DIR/stores/homebrew-cask"
|
||||
DIST_CASK_DIR="$DIST_DIR/homebrew-cask"
|
||||
|
||||
cp -r ./SourceFolder ./DestFolder
|
||||
cp -r $CASK_DIR $DIST_CASK_DIR
|
||||
|
||||
if [ ! -d "$DIST_CASK_DIR" ]
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user