Explorar o código

Sigh, small typo

rdb %!s(int64=16) %!d(string=hai) anos
pai
achega
751198086d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
makepanda/makepanda.py

@@ -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"))