- Better builders and naming.
- Some cleanup.
This commit is contained in:
parent
31d8ff02b6
commit
271550a55a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
gui/Bin/scyther-w32.exe
Executable file
BIN
gui/Bin/scyther-w32.exe
Executable file
Binary file not shown.
@ -56,7 +56,7 @@ def getScytherBackend():
|
|||||||
elif sys.platform.startswith('win'):
|
elif sys.platform.startswith('win'):
|
||||||
|
|
||||||
""" Windows """
|
""" Windows """
|
||||||
scythername = "Scyther.exe"
|
scythername = "scyther-w32.exe"
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cp scyther-linux ../gui/Bin
|
cp scyther-linux ../gui/Bin
|
||||||
|
cp scyther-w32.exe ../gui/Bin
|
||||||
|
cp scyther-osx ../gui/Bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user