feat(cli): associate newly created capability with the main window (#11512)

without this change the capability is not applied to any context and it might be hard for users to figure out why
This commit is contained in:
Lucas Fernandes Nogueira
2024-10-28 08:05:24 -03:00
committed by GitHub
parent 1065f632f2
commit c43d5df158
4 changed files with 9 additions and 3 deletions

View File

@@ -108,7 +108,6 @@ jobs:
- uses: Swatinem/rust-cache@v1
with:
key: ${{ matrix.settings.target }}
working-directory: 'crates/tauri-cli/'
if: ${{ matrix.settings.docker }}
- name: Setup toolchain
run: ${{ matrix.settings.setup }}