mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Updated the scripts
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user