Skip to content

Commit

Permalink
Cleanup for incorrectly placed ssl directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Apr 30, 2024
1 parent 84138a0 commit 9e78a0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qz/installer/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ public Installer removeLegacyFiles() {
files.add("demo/js/qz-websocket.js");
files.add("windows-icon.ico");

// QZ Tray 2.2.3-SNAPSHOT accidentally wrote certs in the wrong place
dirs.add("ssl");

// QZ Tray 2.1 files
if(SystemUtilities.isMac()) {
// Moved to macOS Application Bundle standard https://developer.apple.com/go/?id=bundle-structure
Expand Down

0 comments on commit 9e78a0a

Please sign in to comment.