Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
6
ressources/standardnotes-web/makedeb
Normal file
6
ressources/standardnotes-web/makedeb
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
PATH_BUILD=$1
|
||||
PATH_DEB=$2
|
||||
GIT_VERSION=$3
|
||||
|
||||
cp -fr ${PATH_BUILD}/tmp/web/* ${PATH_DEB}/usr/lib/standardnotes/web/
|
Loading…
Add table
Add a link
Reference in a new issue