Package For Server

This commit is contained in:
Merith 2025-03-31 12:14:07 -07:00
parent 2b78820358
commit c3e07efdbf
3 changed files with 10 additions and 3 deletions

View file

@ -2,4 +2,8 @@ ZIP_NAME = DigitalStorageTweaks.zip
FILES = ./ContentLib ./DigitalStorageTweaks.uplugin
all:
7z a -r $(ZIP_NAME) $(FILES)
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/