-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Describe the bug
After updating to latest Tauri when running on Windows the Setup function is never called. I do not experience it on Linux, potentially indicating the issue being platform-specific.
When upgrading to the new version I removed the edge entry in my tauri.conf.json, renamed whitelist to allowlist and changed my handle calls to as_mut
I'm not able to get much debugging information from it, boiling it down I've got a single println! as the first line of the setup function which is never outputted.
Platform and Versions (please complete the following information):
[tauri]: running info
Operating System - Windows_NT(10.0.18362) - win32/x64
Microsoft Edge - 44.18362.1.0_neutral__8wekyb3d8bbwe
Node.js environment
Node.js - 10.19.0
tauri.js - 0.10.0
Rust environment
rustc - 1.46.0-nightly
cargo - 1.46.0-nightly
tauri-bundler - 0.9.0
Global packages
NPM - 6.13.4
yarn - 1.22.0
App directory structure
/.git
/build
/node_modules
/public
/src
/src-tauri
/wooting-analog-midi
App
tauri.rs - 0.8.0
mode - embedded-server
build-type - bundle
CSP - default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline'
distDir - ../build
devPath - http://localhost:3000