-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Can't set different names to app axecutable and app folder. #4056
Comments
And also I found an interesting behavior. I figured out that if the folder where you want to install your app doesn't exist yet, then the app will be installed in it directly. If this folder exists and even if it is empty - there would be created another folder inside of it named same as productName property in the package.json. In my case it is MyApp. |
I think a found a piece of code responsible for creating a subfolder. It is in
It would be great if this was optional and also had a configurable folder name. And also I think it would be better if it would check the path even if it doesn't exist yet. |
Is there any other way to change the application name for the outputted files? (.app, .exe, .deb)? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
I have following configuration in my packaje.json file:
When I install my app on windows, I see the following default instalation path:
.../Program Files/MyApp
If I don't change it, then all files wil be installed in this folder and the executable name woild be MyApp.exe. If i change the installation path, for example, to this:
.../Program Files/CustomFolder
then all files will be installed into **.../Program Files/CustomFolder/MyApp/ and the executable file will remain MyApp.exe.
There are two things I wan't to change:
The text was updated successfully, but these errors were encountered: