mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
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:
committed by
GitHub
parent
1065f632f2
commit
c43d5df158
1
.github/workflows/publish-cli-js.yml
vendored
1
.github/workflows/publish-cli-js.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user