diff --git a/.gitignore b/.gitignore index 6669991..d62ecf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.recipes \ No newline at end of file +.recipes +*.zip \ No newline at end of file diff --git a/DigitalStorage Recipie Tweaks.uplugin b/DigitalStorageTweaks.uplugin similarity index 95% rename from DigitalStorage Recipie Tweaks.uplugin rename to DigitalStorageTweaks.uplugin index 0696643..55369b4 100644 --- a/DigitalStorage Recipie Tweaks.uplugin +++ b/DigitalStorageTweaks.uplugin @@ -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": "", diff --git a/makefile b/makefile new file mode 100644 index 0000000..3f317ad --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +ZIP_NAME = DigitalStorageTweaks.zip +FILES = ./ContentLib ./DigitalStorageTweaks.uplugin + +all: + 7z a -r $(ZIP_NAME) $(FILES) \ No newline at end of file