rename and and add build file

This commit is contained in:
Merith 2025-03-29 19:49:24 -07:00
parent 5742ff3d3e
commit c66550cd22
3 changed files with 8 additions and 2 deletions

5
makefile Normal file
View file

@ -0,0 +1,5 @@
ZIP_NAME = DigitalStorageTweaks.zip
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
all:
7z a -r $(ZIP_NAME) $(FILES)