This commit is contained in:
2024-12-26 21:32:10 +01:00
parent 5f3374a073
commit 0dd1a6fd69
3 changed files with 9 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text

BIN
Heimdall.zip (Stored with Git LFS) Normal file

Binary file not shown.

5
deploy.sh Normal file
View File

@@ -0,0 +1,5 @@
rm Heimdall.zip
mkdir Heimdall
cp *.lua *.toc Heimdall
7z a Heimdall.zip Heimdall
rm -rf Heimdall