summaryrefslogtreecommitdiff
path: root/bundle.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-28 08:00:48 -0400
commitd2ca3fe8b59c93baf9f5c29b14710e5d1eed2e7a (patch)
tree73a09c1f91a1969c31df6ee1196fcfe03d8a1d8a /bundle.scm
First commit!
Diffstat (limited to 'bundle.scm')
-rw-r--r--bundle.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundle.scm b/bundle.scm
new file mode 100644
index 0000000..eafbc25
--- /dev/null
+++ b/bundle.scm
@@ -0,0 +1,6 @@
+'((asset-directories . ("assets/fonts" "assets/images" "assets/audio"))
+ (bundle-name . "apple-town-fair-1.0-x86_64")
+ (code . "apple-town-fair.scm")
+ (ignore-files . ("\\.xcf$" "\\.xm$"))
+ (launcher-name . "apple-town-fair")
+ (method . manual))