mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Set up NSIS to be silennt
This commit is contained in:
@@ -25,7 +25,7 @@ public class WindowsUpdatePostProcessor {
|
||||
|
||||
private boolean runUpdate(File file){
|
||||
Process updateProcess = null;
|
||||
ProcessBuilder pb = new ProcessBuilder("cmd", "/c", file.getAbsolutePath());
|
||||
ProcessBuilder pb = new ProcessBuilder("cmd", "/c", file.getAbsolutePath(), "/S", "/D="+selectProgramFile());
|
||||
try {
|
||||
updateProcess = pb.start();
|
||||
} catch (IOException ex) {
|
||||
|
||||
Reference in New Issue
Block a user