Browse Source

Corrections to build

David Benson 8 years ago
parent
commit
9f05decbcb
3 changed files with 9 additions and 2 deletions
  1. 6 0
      etc/sandstorm/rootFiles
  2. 1 1
      etc/sandstorm/sandstorm-pkgdef.capnp
  3. 2 1
      etc/sandstorm/stage.sh

+ 6 - 0
etc/sandstorm/rootFiles

@@ -0,0 +1,6 @@
+description.md
+Makefile
+pgp-signature
+sandstorm-pkgdef.capnp
+server.c++
+shortDesc.txt

+ 1 - 1
etc/sandstorm/sandstorm-pkgdef.capnp

@@ -29,7 +29,7 @@ const pkgdef :Spk.PackageDefinition = (
     
     appTitle = (defaultText = "draw.io"),
     
-    appMarketingVersion = (defaultText = "5.6.0.3"),
+    appMarketingVersion = (defaultText = "6.0.1.5"),
 
     actions = [
       # Define your "new document" handlers here.

+ 2 - 1
etc/sandstorm/stage.sh

@@ -42,4 +42,5 @@ mkdir -p build/.sandstorm/client/templates
 cp -rf ../../war/templates/* build/.sandstorm/client/templates/
 echo "Creating file list"
 cd build/.sandstorm
-gfind . -type f -printf "%p\n" | cut -c 3- >  sandstorm-files.list
+gfind ./client -type f -printf "%p\n" | cut -c 3- >  sandstorm-files.list
+cat ../../rootFiles >> sandstorm-files.list