diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..486a232 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.zip filter=lfs diff=lfs merge=lfs -text diff --git a/Heimdall.zip b/Heimdall.zip new file mode 100644 index 0000000..6435eac --- /dev/null +++ b/Heimdall.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93dcd413b20cff6dad48d9e61015f45442675d3e62773eb86f3c7b1b12790d0 +size 14988 diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..019d39a --- /dev/null +++ b/deploy.sh @@ -0,0 +1,5 @@ +rm Heimdall.zip +mkdir Heimdall +cp *.lua *.toc Heimdall +7z a Heimdall.zip Heimdall +rm -rf Heimdall \ No newline at end of file