rename and and add build file
This commit is contained in:
parent
5742ff3d3e
commit
c66550cd22
3 changed files with 8 additions and 2 deletions
5
makefile
Normal file
5
makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
ZIP_NAME = DigitalStorageTweaks.zip
|
||||
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
|
||||
|
||||
all:
|
||||
7z a -r $(ZIP_NAME) $(FILES)
|
Loading…
Add table
Add a link
Reference in a new issue