Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpacifico authored Mar 31, 2021
1 parent af25963 commit a1b6477
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/application/Update.java
Original file line number Diff line number Diff line change
Expand Up @@ -386,12 +386,7 @@ public void run() {
try {
Desktop.getDesktop().open(new File(System.getProperty("user.home") + "/Desktop/" + newVersion) );
} catch (IOException e) {}

if (System.getProperty("os.name").contains("Mac") && app.exists())
{
JOptionPane.showMessageDialog(Shutter.frame, Shutter.language.getProperty("newVersionOnDesktop") , Shutter.language.getProperty("downloadEnded"), JOptionPane.INFORMATION_MESSAGE);
}


System.exit(0);
}
else
Expand Down

0 comments on commit a1b6477

Please sign in to comment.