-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created shortcut not working, wrong target #169
Comments
from SquirrelSetup.log: |
I can confirm this issue. |
I'm going to try 2 things:
|
I fixed it. It was a problem in my code. changed: to: |
I'm having this issue, too. I've tried putting the app version in the exeName but that didn't fix it. |
I finally got it to work. My issue was that my package.version was |
Similar issue, my app directory is "app-17.09.07", and the shortcut that is created is to "AppData\Local\App\app.exe" which starts and then dies. However, if I rename the folder to "app-17.9.7" and update the shortcut's starting directory to match, then everything works swimmingly. |
Hello, can someone explain a possible solution in more detail. I've done everything mentioned in this thread and still have the same issue more details posted here: |
@Sanderttt could you please share with us the value of your |
The created shortcut to my electron app is not working because it's pointing to the wrong directory
Properties of the desktop shortcut:
Target: C:\Users\Win10H64\AppData\Local{app_name}}\dist.exe
Start in: C:\Users\Win10H64\AppData\Local{app_name}}\app-0.0.1
The dir where the exe resides: C:\Users\Win10H64\AppData\Local{{app_name}}\app-0.0.1\dist.exe
I'm using the following:
electron: 1.4.15
electron-packager: 8.5.1
electron-winstaller: 2.5.2
electron-squirrel-startup: 1.0.0
Any help would be appreciated
The text was updated successfully, but these errors were encountered: