Skip to content

Commit

Permalink
Don't delete utils after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Sep 14, 2021
1 parent 107de5b commit 1714d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/installer/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ public Installer removeLegacyFiles() {

// QZ Tray 2.0 files
dirs.add("demo/js/3rdparty");
dirs.add("utils");
dirs.add("auth");
files.add("utils/windows-cleanup.js");
files.add("demo/js/qz-websocket.js");
files.add("windows-icon.ico");

Expand Down

0 comments on commit 1714d5c

Please sign in to comment.