Updated the scripts

This commit is contained in:
Markus Fleschutz
2020-10-10 16:51:57 +00:00
parent e12f1961b4
commit c3c17e48d7
30 changed files with 41 additions and 43 deletions

View File

@ -1,9 +1,9 @@
#!/snap/bin/powershell
::
:: Syntax: make-install.ps1 <build-dir>
:: Description: Copies newer EXE's + DLL's from the build directory to the installation directory.
:: Author: Markus Fleschutz
::
# Syntax: make-install.ps1 <build-dir>
# Description: Copies newer EXE's + DLL's from the build directory to the installation directory.
# Author: Markus Fleschutz
# License: CC0
set SRC_DIR=%1
set "DST_DIR=C:\Program Files\MyApp\bin"