Skip to content

Commit

Permalink
Changes to deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
acken committed Apr 2, 2012
1 parent 9b5b153 commit 4f0192d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ rm -r $DEPLOYDIR/*
xbuild FSWatcher.sln /target:rebuild /property:OutDir=$BINARYDIR/;Configuration=Release;

cp $BINARYDIR/FSWatcher.dll $DEPLOYDIR/
cp $BINARYDIR/FSWatcher.pdb $DEPLOYDIR/
cp $BINARYDIR/FSWatcher.dll.mdb $DEPLOYDIR/
cp $BINARYDIR/FSWatcher.Console.exe $DEPLOYDIR/
cp $BINARYDIR/FSWatcher.Console.pdb $DEPLOYDIR/
cp $BINARYDIR/FSWatcher.Console.exe.mdb $DEPLOYDIR/

0 comments on commit 4f0192d

Please sign in to comment.