Skip to content

Commit

Permalink
Windows installer for v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Dec 13, 2024
1 parent b70734d commit c9be4cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"java"
],
"extra": {
"updated": "February 4, 2024",
"jarSize": "234 KB"
"updated": "December 11, 2024",
"jarSize": "233 KB"
},
"jshintConfig": {
"esversion": 11,
Expand Down
Binary file not shown.
Binary file added releases/snap-backup-installer-v6.7.0.msi
Binary file not shown.
4 changes: 4 additions & 0 deletions tools/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@
destdir="${JavaClasses}"
debug="on"
includeAntRuntime="false">
<!--
TODO: Fix "invalid flag" on Windows for -dangling-doc-comments (openjdk 21.0.5 2024-10-15 LTS)
<compilerarg value="-Xlint:all,-serial,-dangling-doc-comments,-this-escape" />
-->
<compilerarg value="-Xlint:all,-serial,-this-escape" />
<!--
TODO: Remove -this-escape ignore
Expand Down

0 comments on commit c9be4cd

Please sign in to comment.