mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
moved exe to txt
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
|||||||
#.\scripts\choco-pack.ps1 # DO NOT USE PUSH SWITCH!
|
#.\scripts\choco-pack.ps1 # DO NOT USE PUSH SWITCH!
|
||||||
Copy-Item -Path stores\chocolatey -Destination dist\chocolatey -Recurse
|
Copy-Item -Path stores\chocolatey -Destination dist\chocolatey -Recurse
|
||||||
Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools
|
Copy-Item dist\windows\bw.exe -Destination dist\chocolatey\tools
|
||||||
Copy-Item LICENSE.exe -Destination dist\chocolatey\tools
|
Copy-Item LICENSE.txt -Destination dist\chocolatey\tools
|
||||||
|
|
||||||
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey
|
choco pack dist\chocolatey\bitwarden-cli.nuspec --version ${{ env.PACKAGE_VERSION }} --out dist\chocolatey
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user