Skip to content

Commit

Permalink
First shot at unifying all the example build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 28, 2012
1 parent ff0988c commit daffd8e
Show file tree
Hide file tree
Showing 35 changed files with 133 additions and 2,834 deletions.
2 changes: 2 additions & 0 deletions examples/aquaria/details.txt
@@ -0,0 +1,2 @@
APPTITLE="Aquaria Installer"
DATAFILE="data/_mods/jukebox.xml"
207 changes: 0 additions & 207 deletions examples/aquaria/make.sh

This file was deleted.

4 changes: 2 additions & 2 deletions examples/aquaria/scripts/config.lua
@@ -1,4 +1,4 @@
local GAME_INSTALL_SIZE = 227436679;
local TOTAL_INSTALL_SIZE = 227436679;

local _ = MojoSetup.translate

Expand Down Expand Up @@ -30,7 +30,7 @@ Setup.Package
value = true,
required = true,
disabled = false,
bytes = GAME_INSTALL_SIZE,
bytes = TOTAL_INSTALL_SIZE,
description = "Aquaria",

Setup.File
Expand Down
2 changes: 2 additions & 0 deletions examples/braid/details.txt
@@ -0,0 +1,2 @@
APPTITLE="Braid Installer"
DATAFILE="data/gamedata/data/package0.zip"

0 comments on commit daffd8e

Please sign in to comment.