Remove Windows references and from Java package

This commit is contained in:
Wilson Lin 2020-07-11 06:14:23 +10:00
parent ce8721324a
commit 19323968b0
2 changed files with 2 additions and 8 deletions

View File

@ -62,11 +62,6 @@ jobs:
java-version: '1.7'
java-package: jdk
architecture: x64
- name: Download Windows built library
uses: actions/download-artifact@v1
with:
name: windows-x86_64
path: java/src/main/resources/windows-x86_64
- name: Download Linux built library
uses: actions/download-artifact@v1
with:

View File

@ -5,7 +5,7 @@ A fast one-pass in-place HTML minifier written in Rust with context-aware whites
Also supports JS minification by plugging into [esbuild](https://github.com/evanw/esbuild).
Available as:
- CLI for Windows, macOS, and Linux.
- CLI for macOS and Linux.
- Rust library.
- Native library for Node.js, Python, Java, and Ruby.
@ -26,13 +26,12 @@ Speed and effectiveness of Node.js version compared to [html-minfier](https://gi
### CLI
Precompiled binaries are available for x86-64 Windows, macOS, and Linux.
Precompiled binaries are available for x86-64 macOS and Linux.
Building from source currently requires the Go compiler to be installed as well, to build the [JS minifier](https://github.com/evanw/esbuild).
##### Get
[Windows](https://wilsonl.in/hyperbuild/bin/0.2.2-windows-x86_64.exe) |
[macOS](https://wilsonl.in/hyperbuild/bin/0.2.2-macos-x86_64) |
[Linux](https://wilsonl.in/hyperbuild/bin/0.2.2-linux-x86_64)