r378 - trunk/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 24 04:08:15 EST 2007


Author: icculus
Date: 2007-11-24 04:08:02 -0500 (Sat, 24 Nov 2007)
New Revision: 378

Modified:
   trunk/scripts/mojosetup_mainline.lua
Log:
Force splash images into a "meta" directory, which will be a sort of catch-all
 for installer files that don't fit elsewhere.


Modified: trunk/scripts/mojosetup_mainline.lua
===================================================================
--- trunk/scripts/mojosetup_mainline.lua	2007-11-24 08:04:37 UTC (rev 377)
+++ trunk/scripts/mojosetup_mainline.lua	2007-11-24 09:08:02 UTC (rev 378)
@@ -988,7 +988,7 @@
 
 
     -- Now make all this happen.
-    if not MojoSetup.gui.start(install.description, install.splash) then
+    if not MojoSetup.gui.start(install.description, 'meta/' .. install.splash) then
         MojoSetup.fatal(_("GUI failed to start"))
     end
 




More information about the mojosetup-commits mailing list