Sigh, small typo

This commit is contained in:
rdb 2009-08-08 18:33:29 +00:00
parent de419cc0b4
commit 751198086d

View File

@ -4123,7 +4123,7 @@ def MakeRuntime():
MakeDirectory(GetOutputDir()+"/tmp/bundle")
CopyTree(GetOutputDir()+"/tmp/bundle/nppanda3d.plugin", plugfile)
if (os.path.exists(GetOutputDir()+"/plugins/nppanda3d.dmg")):
oscmd("rm -rf" + BracketNameWithQuotes(GetOutputDir()+"/plugins/nppanda3d.dmg"))
oscmd("rm -rf " + BracketNameWithQuotes(GetOutputDir()+"/plugins/nppanda3d.dmg"))
oscmd("hdiutil create -fs HFS+ -srcfolder %s -volname nppanda3d %s" % (GetOutputDir()+"/tmp/bundle", GetOutputDir()+"/plugins/nppanda3d.dmg"))
CopyFile(plugindir + os.path.basename(plugfile), GetOutputDir()+"/plugins/nppanda3d.dmg")
oscmd("rm -rf " + BracketNameWithQuotes(GetOutputDir()+"/tmp/bundle"))