From 86ba4babb526e322937ff3ca80dbab7d0488a6c6 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Sun, 15 Dec 2024 01:46:59 +0100 Subject: [PATCH] Add deploy script, such as it is --- .gitattributes | 1 + deploy.sh | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes 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/deploy.sh b/deploy.sh new file mode 100644 index 0000000..4265d94 --- /dev/null +++ b/deploy.sh @@ -0,0 +1 @@ +cd .. && 7z a Yapper.zip Yapper && mv Yapper.zip Yapper \ No newline at end of file