diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-24 11:53:05 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-10-24 11:53:05 -0400 |
commit | 9523f936cf6f761ccc6127546540580cb57f9a5f (patch) | |
tree | 895b333dd0c07c1a94cff80f3fd2227dfd46437e /bundle.scm | |
parent | 7e76d1c2005435c412ff96bf3e0f0f6be12c22c5 (diff) |
Preparing for release!
Diffstat (limited to 'bundle.scm')
-rw-r--r-- | bundle.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bundle.scm b/bundle.scm new file mode 100644 index 0000000..54d8035 --- /dev/null +++ b/bundle.scm @@ -0,0 +1,5 @@ +'((asset-directories . ("assets/fonts" "assets/images" "assets/sounds")) + (bundle-name . "bonnie-bee-0.1") + (code . "bonnie-bee.scm") + (ignore-files . ("\\.xcf$" "\\.xm$")) + (launcher-name . "bonnie-bee")) |