]> git.tdb.fi Git - builder.git/blobdiff - Build
Change component order so that miscellaneous installed files get in tarball
[builder.git] / Build
diff --git a/Build b/Build
index 2754b9ef5aa7ba257a45ecb848a3a3503c5f09bd..c2548aa62f02f3dab6ffac65055319e1356399ad 100644 (file)
--- a/Build
+++ b/Build
@@ -2,7 +2,7 @@
 
 package "builder"
 {
-       version "0.9";
+       version "1.0";
        description "Mikkosoft Productions software builder";
 
        require "mspcore";
@@ -23,4 +23,9 @@ package "builder"
                source "Readme.txt";
                source "License.txt";
        };
+
+       install "share/builder"
+       {
+               source "builderrc";
+       };
 };