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

3
.gitignore vendored
View file

@ -1 +1,2 @@
.recipes
.recipes
*.zip

View file

@ -6,7 +6,7 @@
"FriendlyName": "DigitalStorage Recipie Tweaks",
"Description": "Alters a few recipies for DigitalStorage to not include Project Parts",
"Category": "Modding",
"CreatedBy": "YourName",
"CreatedBy": "Merith",
"CreatedByURL": "",
"DocsURL": "",
"MarketplaceURL": "",

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)