Skip to content

saml-dev/tauri-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To reproduce

  1. Use pyinstaller to build simple.py (pyinstaller -F simple.py)
  2. Place binary in src-tauri/bin
  3. Append target triple (I'm on ARM mac so left my binary in there)
  4. Run yarn tauri dev, see that sidecar command is successful
  5. Make any change to simple.py (change printed text or whatever)
  6. Repeat steps 2-4
  7. See that sidecar fails with signal 9

Note:

  • The binary still works normally when called from the terminal
  • The sidecar works in the prod build yarn tauri build
  • The sidecar only fails in dev yarn tauri dev

If I reboot my computer the binary will work again without changing the binary at all. It makes me wonder if it's somehow related to signing the binary? Thanks for any help.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published