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