Skip to content

Commit

Permalink
Windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 15, 2024
1 parent ce9d595 commit 297c69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
sbt stage createDistribution
sbt "GraalVMNativeImage / packageBin"
.\target\graalvm-native-image\atom.exe --help
upx-4.2.2-win64\upx.exe -9 --lzma target\graalvm-native-image\atom.exe
cd target\graalvm-native-image
upx-4.2.2-win64\upx.exe -9 --lzma atom.exe
.\atom.exe --help
(Get-FileHash -Algorithm SHA512 .\atom.exe).hash | Out-File -FilePath .\atom.exe.sha512
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm install -g @cyclonedx/cdxgen --omit=optional

## atom native-image

atom v2 is available as a native image built using graalvm community edition.
atom v2 is available as a native image built using GraalVM community edition.

```shell
curl -LO https://github.com/AppThreat/atom/releases/download/v2.0.5/atom-amd64
Expand Down

0 comments on commit 297c69e

Please sign in to comment.