Launching Desktop Applications #13670
Unanswered
Joshua Dale (DuNuNuBatman)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to launch a desktop application such as notepad as a resource?
I was playing around with resources as I have a Tauri application I'm working on. Currently I can run the same web application as a Nuxt app, but was wondering if it was possible to also launch the desktop app using the
AddExecutable()resource. I tried to launch notepad and it appears the path is correct, but no UI is launched.All reactions