mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
First app always launching #147
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sushi21 on GitHub (Apr 17, 2018).
Hi,
I tried to quick convert one of my personal application and now i want to run the demo.
Somehow whaveter i do it keeps launching the first app in electron.
I am in a completly another folder. I try to do the donet electronize init command and the start.
It keeps launching my first app.
It is caching or setting something somewhere that keep pointing to my first app?
Thanks
@GregorBiswanger commented on GitHub (Apr 18, 2018):
Hi @Sushi21
I´m not sure what you mean. The init command is only for the json manifest file.
Please list your steps.
@Sushi21 commented on GitHub (Apr 19, 2018):
steps:
Project 1
C:/project1
I ran command into that folder to launch project1 with electron.net
Few days later
Project 2 (demo)
C:/Project2 (demo)
I ran command into that folder to launch project 2 with electron.net
Result: Project 1 is showing all the time in electron instance even if i ran my commands into project 2 folder
Thanks
@EldinZenderink commented on GitHub (Jul 17, 2018):
A bit late, but is the actual code for that project not being used or is it only the front-end? In that case, you have the same issue as mentioned here: https://github.com/ElectronNET/Electron.NET/issues/135
@GregorBiswanger commented on GitHub (Jan 3, 2019):
Duplicate issue #135