From 654c2e3500c32db9bb6e2a300239fccf44c3de22 Mon Sep 17 00:00:00 2001 From: ccremers Date: Wed, 13 Dec 2006 10:20:57 +0000 Subject: [PATCH] - New location of binaries. --- src/copy2gui.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/copy2gui.sh b/src/copy2gui.sh index 1813f15..e6ab4f6 100755 --- a/src/copy2gui.sh +++ b/src/copy2gui.sh @@ -1,6 +1,6 @@ #!/bin/sh -cp scyther-linux ../gui/Bin -cp scyther-w32.exe ../gui/Bin -cp scyther-osx ../gui/Bin +cp scyther-linux ../gui/Scyther/Bin +cp scyther-w32.exe ../gui/Scyther/Bin +cp scyther-osx ../gui/Scyther/Bin