ADD zip file, commit with lfs
This commit is contained in:
parent
464f7bd1ac
commit
82cec820d3
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
7
script/zipdepot
Executable file
7
script/zipdepot
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#/bin/bash
|
||||||
|
|
||||||
|
# this is a script file to generate a zip package from this source:
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
cd ..
|
||||||
|
mkdir -p zip
|
||||||
|
zip -r zip/depot.zip * -x .git/\* -x script/\* -x zip/\*
|
BIN
zip/depot.zip
(Stored with Git LFS)
Normal file
BIN
zip/depot.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user