Compare commits
No commits in common. "main" and "v1.1.0" have entirely different histories.
2 changed files with 2 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,2 @@
|
|||
.recipes
|
||||
*.zip
|
||||
LinuxServer
|
||||
Windows
|
||||
WindowsServer
|
||||
*.zip
|
6
makefile
6
makefile
|
@ -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)
|
Loading…
Reference in a new issue