Compare commits

..

No commits in common. "main" and "v1.1.0" have entirely different histories.
main ... v1.1.0

2 changed files with 2 additions and 9 deletions

3
.gitignore vendored
View file

@ -1,5 +1,2 @@
.recipes
*.zip
LinuxServer
Windows
WindowsServer

View file

@ -2,8 +2,4 @@ ZIP_NAME = DigitalStorageTweaks.zip
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
all:
mkdir -p Windows WindowsServer LinuxServer
cp -r $(FILES) Windows/
cp -r $(FILES) WindowsServer/
cp -r $(FILES) LinuxServer/
7z a -r $(ZIP_NAME) Windows/ LinuxServer/ WindowsServer/
7z a -r $(ZIP_NAME) $(FILES)