Fabian-Lars
Fabian-Lars
> That's good to know. However resources are located at the bundle level. Given that I use one tauri.conf.json for all platforms, all assets specified under resources would end up...
Did you configure the scope in tauri.conf.json? (the asset protocol is the only thing still using the scope instead of the new ACL) https://github.com/tauri-apps/tauri/blob/dev/examples/api/src-tauri/tauri.conf.json#L30-L36
Ah nvm, i somehow skipped over the mention of the dialog use, disregard the scope setting, but you may still have to use `enabled: true` 🤔
Would it be possible to create a minimal reproduction repo we can check out? If not, please share the capability file(s) in `src-tauri/capabilities/` for a start.
Hmm, @amrbashir feedback is imo more valuable here than mine, but imho it'd be better to simply not allow installing a perUser installer with admin permissions and instead rely on...
> If I force it with "pnpm tauri android dev -c tauri.android.conf.json" it loads "tauri.android.conf.json" Hmm, we had that problem once before already but it was fixed in https://github.com/tauri-apps/tauri/pull/7802. Maybe...
This PR will be converted into something generic before being merged https://github.com/tauri-apps/tauri/pull/8718 At least once MS lifts the stupid 3-years tax history requirement, this should have explicit support in tauri...
Can you double check whether the private key you used to sign the updater bundle (that generated the .sig file) belongs to the pubkey defined in tauri.conf.json? And also check...
On windows there's indeed a setting for this https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/win32/icorewebview2_8?view=webview2-1.0.2420.47&preserve-view=true#summary But i can't seem to find anything for Linux & macOS. The next closes thing is a way to pause all...
Could you also post the output of the `tauri info` command please? Your code looks correct so this is either a bug on our side, or the webview is confused...