Update makefile

This commit is contained in:
merith-tk 2025-04-18 23:12:58 +01:00
parent 269a6937dd
commit 5382704aaa

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/