- Better builders and naming.

- Some cleanup.
This commit is contained in:
ccremers 2006-11-23 11:46:33 +00:00
parent 31d8ff02b6
commit 271550a55a
7 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
gui/Bin/scyther-w32.exe Executable file

Binary file not shown.

View File

@ -56,7 +56,7 @@ def getScytherBackend():
elif sys.platform.startswith('win'):
""" Windows """
scythername = "Scyther.exe"
scythername = "scyther-w32.exe"
else:

View File

@ -1,4 +1,6 @@
#!/bin/sh
cp scyther-linux ../gui/Bin
cp scyther-w32.exe ../gui/Bin
cp scyther-osx ../gui/Bin