You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Main binary is MyApp.exe which is located in compiled/bin directory. I have successfully created installer with nsis and wix.
Installation directory look like this
But after installation, app is not running successfully. Problem is that app entry point should be bin/MyApp.exe not MyApp.exe. If I create shortcut with target to bin/MyApp.exe it runs successfully.
How do I configure installer to create app shortcut to bin/MyApp.exe? or
How do I configure installer to create MyApp.exe as shortcut to bin/MyApp.exe?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to use this library for my personal project. After compilation of project, compilation directory look like this
Main binary is
MyApp.exe
which is located incompiled/bin
directory. I have successfully created installer with nsis and wix.Installation directory look like this
But after installation, app is not running successfully. Problem is that app entry point should be
bin/MyApp.exe
notMyApp.exe
. If I create shortcut with target tobin/MyApp.exe
it runs successfully.How do I configure installer to create app shortcut to
bin/MyApp.exe
? orHow do I configure installer to create
MyApp.exe
as shortcut tobin/MyApp.exe
?Contents of
Packager.toml
cargo-packager version 0.8.1
Thanks for creating this library. This works well for my python projects in combination with PyInstaller.
Beta Was this translation helpful? Give feedback.
All reactions