mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Sigh, small typo
This commit is contained in:
parent
de419cc0b4
commit
751198086d
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user