mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
update script instructions
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||
# To run:
|
||||
# .\choco-pack.ps1
|
||||
#
|
||||
# and then push to choco with:
|
||||
# cd ..\dist\chocolatey
|
||||
# choco push
|
||||
|
||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||
$rootDir = $dir + "\..";
|
||||
$distDir = $rootDir + "\dist";
|
||||
$chocoDir = $rootDir + "\stores\chocolatey";
|
||||
|
||||
Reference in New Issue
Block a user