update comments
This commit is contained in:
parent
42ffaed754
commit
5d6e8bd734
|
@ -1,9 +1,5 @@
|
||||||
# To run:
|
# To run:
|
||||||
# .\choco-pack.ps1
|
# .\choco-update.ps1
|
||||||
#
|
|
||||||
# and then push to choco with:
|
|
||||||
# cd ..\dist\chocolatey
|
|
||||||
# choco push
|
|
||||||
|
|
||||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||||
$rootDir = $dir + "\..";
|
$rootDir = $dir + "\..";
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# To run:
|
# To run:
|
||||||
# ./snap-release.ps1
|
# ./snap-update.ps1
|
||||||
|
|
||||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||||
$rootDir = $dir + "/..";
|
$rootDir = $dir + "/..";
|
||||||
|
|
Loading…
Reference in New Issue