diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-12 06:48:14 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-10-27 13:22:50 -0400 |
commit | e287a11c4387382277c31735504fc762c33b4cee (patch) | |
tree | b262dc8de64db21a7d2cb2c980f2be39805d6a34 /bundle.scm | |
parent | f713890a773a7d6ff666277592eec72f2328a5b6 (diff) |
Switch to Catbird engine.
Diffstat (limited to 'bundle.scm')
-rw-r--r-- | bundle.scm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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)) |