mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-02 22:10:11 +00:00
Calls electronize from the Path instead of via dotnet
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"Electron.NET App": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "electronize",
|
||||
"commandLineArgs": "start",
|
||||
"workingDirectory": "."
|
||||
},
|
||||
|
||||
"IIS Express": {
|
||||
"commandName": "IISExpress",
|
||||
"environmentVariables": {
|
||||
@@ -22,10 +29,5 @@
|
||||
},
|
||||
"applicationUrl": "http://localhost:50395/"
|
||||
},
|
||||
"Electron.NET App": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "C:\\Program Files\\dotnet\\dotnet.exe",
|
||||
"commandLineArgs": "electronize start"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user