summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca16fbb)
raw | patch | inline | side by side (parent: ca16fbb)
author | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 13 Aug 2011 20:31:53 +0000 (04:31 +0800) | ||
committer | Ivan Denisov <d.ivan.krsk@gmail.com> | |
Sat, 13 Aug 2011 20:31:53 +0000 (04:31 +0800) |
System/Mod/Init.odc | patch | blob | history | |
setup_script.py | patch | blob | history |
diff --git a/System/Mod/Init.odc b/System/Mod/Init.odc
index 3f53b9874bd1111808b1e49863d53c3fc94930ba..e7e0478d85d949fc07c9200426982022c74bace4 100644 (file)
Binary files a/System/Mod/Init.odc and b/System/Mod/Init.odc differ
Binary files a/System/Mod/Init.odc and b/System/Mod/Init.odc differ
diff --git a/setup_script.py b/setup_script.py
index a4b4b595fad092484a2b4dff35c2246ffde10a3f..c1974c3bf68ee6c05d4b47ffbe1007c8d2c75d19 100755 (executable)
--- a/setup_script.py
+++ b/setup_script.py
print >> OUT, "mv "+cwd+"/System "+cwd+"/hide/"
print >> OUT, "mv "+cwd+"/Host "+cwd+"/hide/"
print >> OUT, "mv "+cwd+"/Code "+cwd+"/hide/"
+print >> OUT, "mv "+cwd+"/Sym "+cwd+"/hide/"
print >> OUT, "wine "+cwd+"/bb16rc6win/BlackBox.exe -use \"`winepath -w \"$PWD\"`\" $* &"
print >> OUT, "sleep 1"
-print >> OUT, "mv "+cwd+"/hide/Lin "+cwd+"/"
-print >> OUT, "mv "+cwd+"/hide/System "+cwd+"/"
-print >> OUT, "mv "+cwd+"/hide/Host "+cwd+"/"
-print >> OUT, "mv "+cwd+"/hide/Code "+cwd+"/"
+print >> OUT, "mv "+cwd+"/hide/* "+cwd+"/"
print >> OUT, "rm "+cwd+"/hide -R"
os.system('chmod +x "'+name+'"')