use whatever name winders uses for .so files.
This commit is contained in:
parent
0a81b76b31
commit
b6c93a14e4
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ def copyMods():
|
|||
os.mkdir(os.path.join(d, 'brave'))
|
||||
|
||||
shutil.copy('robin.py', os.path.join('path1', 'brave'))
|
||||
shutil.copy('_robin.so', os.path.join('path1', 'brave'))
|
||||
os.system('cp _robin.* ' + os.path.join('path1', 'brave'))
|
||||
|
||||
shutil.copy('robin.py', os.path.join('path2', 'brave'))
|
||||
shutil.copy('_robin.so', os.path.join('path3', 'brave'))
|
||||
os.system('cp _robin.* ' + os.path.join('path3', 'brave'))
|
||||
|
||||
mkzip()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue