From 0dd1a6fd69fc78a970ea2169a59c757ba7e3ea28 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Thu, 26 Dec 2024 21:32:10 +0100 Subject: [PATCH] Add zip --- .gitattributes | 1 + Heimdall.zip | 3 +++ deploy.sh | 5 +++++ 3 files changed, 9 insertions(+) create mode 100644 .gitattributes create mode 100644 Heimdall.zip create mode 100644 deploy.sh 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