Corrections to build
This commit is contained in:
parent
dc8befb334
commit
9f05decbcb
3 changed files with 9 additions and 2 deletions
6
etc/sandstorm/rootFiles
Normal file
6
etc/sandstorm/rootFiles
Normal file
|
@ -0,0 +1,6 @@
|
|||
description.md
|
||||
Makefile
|
||||
pgp-signature
|
||||
sandstorm-pkgdef.capnp
|
||||
server.c++
|
||||
shortDesc.txt
|
|
@ -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.
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue