File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ class Main {
6060 app . on ( 'second-instance' , async ( e , argv ) => {
6161 const url = getCustomProtocolUrl ( argv ) ;
6262 if ( argv . some ( ( url ) => url . includes ( 'openVBS' ) ) ) {
63- shell . openPath ( 'C:\\FIT.vbs ' ) ;
63+ shell . openPath ( 'C:\\FIT-Mitchell-Cloud-RO-Import-Tool\\FIT.bat ' ) ;
6464 app . quit ( ) ;
6565 return ;
6666 }
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ class WindowManager {
6666 this . loadingWindow = new BrowserWindow ( WINDOW_CONFIG . loading ) ;
6767 this . loadLoadingWindowContent ( ) ;
6868 this . loadingWindow . once ( 'show' , async ( ) => {
69- log . info ( 'VBS URL' , process . argv ) ;
69+ console . log ( 'VBS URL' , process . argv ) ;
7070 if ( process && process . argv . some ( ( url ) => url . includes ( 'openVBS' ) ) ) {
71- shell . openPath ( 'C:\\FIT.vbs ' ) ;
71+ shell . openPath ( 'C:\\FIT-Mitchell-Cloud-RO-Import-Tool\\FIT.bat ' ) ;
7272 app . quit ( ) ;
7373 return ;
7474 }
You can’t perform that action at this time.
0 commit comments