Skip to content

Commit

Permalink
Update install.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jzy-chitong56 authored Sep 25, 2024
1 parent b97b8e9 commit 97bcdd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Electron/AMAI-release/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ const getAllFiles = (dirPath, arrayOfFiles) => {
const installOnDirectory = async () => {
const args = process.argv.slice(2);
const installCommander = (args[1] == 'true');
const installCommanderMode1 = (args[1] == '-1');
const installCommanderMode2 = (args[1] == '-2');
const installCommanderMode3 = (args[1] == '-0');
const installCommanderMode1 = (args[1] == '1');
const installCommanderMode2 = (args[1] == '2');
const installCommanderMode3 = (args[1] == '0');
const response = args[0];
const ver = args[2]

Expand Down

0 comments on commit 97bcdd8

Please sign in to comment.