Skip to content

Commit

Permalink
Add prerequisites to the binary package.
Browse files Browse the repository at this point in the history
  • Loading branch information
TLeonardUK committed Sep 11, 2021
1 parent 10a0605 commit 2e3a35c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
*.exe
*.out
*.app
!Resources/Prerequisites/*.exe

Debug/
Bin/
Expand Down
Binary file added Resources/Prerequisites/VC_redist.x64.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/ReadMe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
https://github.com/TLeonardUK/ds3os
-------------------------------------------------------------------------

Before running any executables, please install the files in Prerequisites
first, these are C++ runtimes required to run the executables, without
them they may not run.

Contained in this folder are 2 executables.

-- Server.exe --
Expand Down
2 changes: 2 additions & 0 deletions Tools/Package.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
mkdir DS3OS
mkdir DS3OS\Loader
mkdir DS3OS\Server
mkdir DS3OS\Prerequisites
copy Resources\ReadMe.txt DS3OS\ReadMe.txt
xcopy /s Resources\Prerequisites DS3OS\Prerequisites
xcopy /s Bin\Server DS3OS\Server
xcopy /s Bin\Loader\Package DS3OS\Loader

0 comments on commit 2e3a35c

Please sign in to comment.