summaryrefslogtreecommitdiff
path: root/bundle.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2022-10-12 06:48:14 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2022-10-27 13:22:50 -0400
commite287a11c4387382277c31735504fc762c33b4cee (patch)
treeb262dc8de64db21a7d2cb2c980f2be39805d6a34 /bundle.scm
parentf713890a773a7d6ff666277592eec72f2328a5b6 (diff)
Switch to Catbird engine.
Diffstat (limited to 'bundle.scm')
-rw-r--r--bundle.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/bundle.scm b/bundle.scm
index 3698c60..49dfb2d 100644
--- a/bundle.scm
+++ b/bundle.scm
@@ -1,5 +1,6 @@
'((asset-directories . ("assets/fonts" "assets/images" "assets/sounds"))
- (bundle-name . "bonnie-bee-1.0-x86_64")
+ (bundle-name . "bonnie-bee-2.0-x86_64")
(code . "bonnie-bee.scm")
(ignore-files . ("\\.xcf$" "\\.xm$"))
- (launcher-name . "bonnie-bee"))
+ (launcher-name . "bonnie-bee")
+ (method . manual))