Skip to content

Commit

Permalink
Add latest JDK 11 (11.0.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanVanAtta committed Nov 15, 2019
1 parent 14fef94 commit ee0b9a8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jdk-11.0.5_linux-x64_bin.tar.gz filter=lfs diff=lfs merge=lfs -text
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
Repository for binary asset files (sound files, images, installer files). These files will be used by the
game in one way or another, typically packaged with it when the installer is built.

## Git LFS
```
sudo apt install git-lfs
```

### Init git lfs (one-time)

```
git lfs install
git lfs track *.tar.gz
git add .gitattributes
```

Docs: https://git-lfs.github.com/



## Packaging windows 32 bit JRE

Expand Down
3 changes: 3 additions & 0 deletions jdk-11.0.5_linux-x64_bin.tar.gz
Git LFS file not shown

0 comments on commit ee0b9a8

Please sign in to comment.