mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
update comments
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
# To run:
|
||||
# .\choco-pack.ps1
|
||||
#
|
||||
# and then push to choco with:
|
||||
# cd ..\dist\chocolatey
|
||||
# choco push
|
||||
# .\choco-update.ps1
|
||||
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||
$rootDir = $dir + "\..";
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# To run:
|
||||
# ./snap-release.ps1
|
||||
# ./snap-update.ps1
|
||||
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||
$rootDir = $dir + "/..";
|
||||
|
||||
Reference in New Issue
Block a user