summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-10-24 12:09:14 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-10-24 12:09:14 -0400
commitd3b818c35ffeea5abfc142634e77ba1c86a26099 (patch)
tree1f1974944bfbaaccab45c718f7bef643c71c02a4
parent53feec74ec92bf1e5766e7bb6aaa11b2faa31eae (diff)
Even more release prep!
-rw-r--r--Makefile.am4
-rw-r--r--bundle.scm2
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ea25245..31c956c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,4 +77,6 @@ dist_sounds_DATA = \
assets/sounds/pollen-release.wav
EXTRA_DIST += \
- COPYING
+ COPYING \
+ bonnie-bee.scm \
+ bundle.scm
diff --git a/bundle.scm b/bundle.scm
index 54d8035..3698c60 100644
--- a/bundle.scm
+++ b/bundle.scm
@@ -1,5 +1,5 @@
'((asset-directories . ("assets/fonts" "assets/images" "assets/sounds"))
- (bundle-name . "bonnie-bee-0.1")
+ (bundle-name . "bonnie-bee-1.0-x86_64")
(code . "bonnie-bee.scm")
(ignore-files . ("\\.xcf$" "\\.xm$"))
(launcher-name . "bonnie-bee"))