Corrections to build

This commit is contained in:
David Benson 2016-11-21 16:33:23 +00:00
parent dc8befb334
commit 9f05decbcb
3 changed files with 9 additions and 2 deletions

6
etc/sandstorm/rootFiles Normal file
View file

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

View file

@ -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.

View file

@ -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