Skip to content

Commit

Permalink
quiet update
Browse files Browse the repository at this point in the history
  • Loading branch information
sblantipodi committed Jan 31, 2025
1 parent 624a715 commit 44ebc39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions src/main/java/org/dpsoftware/managers/UpgradeManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,16 +314,8 @@ protected Object call() throws Exception {
if (NativeExecutor.isWindows()) {
List<String> execCommand = new ArrayList<>();
execCommand.add(downloadPath);
execCommand.add("passive");
NativeExecutor.runNative(execCommand.toArray(String[]::new), 0);
}
List<String> pingCmd = new ArrayList<>();
pingCmd.add(Constants.CMD_SHELL_FOR_CMD_EXECUTION);
pingCmd.add(Constants.CMD_PARAM_FOR_CMD_EXECUTION);
pingCmd.add("C:\\Users\\sblantipodi\\AppData\\Local\\Firefly Luciferin\\app\\classes\\scripts\\postinstall.bat");
pingCmd.add("C:\\Users\\sblantipodi\\AppData\\Local\\Firefly Luciferin\\Firefly Luciferin.exe");
NativeExecutor.runNative(pingCmd.toArray(String[]::new), 3000);
// TODO
NativeExecutor.exit();
} catch (IOException e) {
log.error(e.getMessage());
Expand Down
23 changes: 0 additions & 23 deletions src/main/resources/scripts/postinstall.bat

This file was deleted.

0 comments on commit 44ebc39

Please sign in to comment.