What is the variable for the src-tauri
path in the NSIS template?
#13994
Unanswered
Robert-Du0001
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's because there's indeed no such variable. Feel free to open a feature request for that though. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want to set a custom uninstaller icon located in the
src-tauri/nsis
directory. Is there a built-in variable in the NSIS template that refers to thesrc-tauri
path, so I can use it to specify the icon path?For example, something like this:
I looked into the source of the default NSIS template but couldn't find any variable that represents the
src-tauri
directory.Beta Was this translation helpful? Give feedback.
All reactions