Skip to content

Commit

Permalink
Fixed adb path
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomgcd committed Jul 28, 2021
1 parent 4c9da76 commit ee2e4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class Server{
// command = (await this.getCurrentAppPath()) + "/" + command;
command = this.execFolder + "/" + command;
}
command = command.replaceAll("resources/app.asar/","");
this.logConsole("Running command line Server",command,args);
try{
const result = await CommandLine.run(command,args);
Expand Down

0 comments on commit ee2e4b5

Please sign in to comment.