Skip to content

Commit

Permalink
add 1.4.3 libs (#2)
Browse files Browse the repository at this point in the history
* add compiled 1.4.3 libraries

* allow .dll files to be executable

* update README
  • Loading branch information
allienx committed May 16, 2021
1 parent 039f6fd commit 8b05e69
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 2 deletions.
Empty file modified 1.2.13/32-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.2.13/64-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.3.0/32-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.3.0/64-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.0/32-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.0/64-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.1/32-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.1/64-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.2/32-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Empty file modified 1.4.2/64-bit/libdvdcss-2.dll
100644 → 100755
Empty file.
Binary file added 1.4.3/32-bit/libdvdcss-2.dll
Binary file not shown.
Binary file added 1.4.3/64-bit/libdvdcss-2.dll
Binary file not shown.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,18 @@ touch aclocal.m4 Makefile.am Makefile.in

## Bundling a release

```sh
cp -R <version>/ dist/libdvdss-dll-<version>
```

Create a `.tar.gz` archive:

```sh
tar -czf libdvdcss-dll-<version>.tar.gz libdvdcss-dll-<version>/
tar -czf dist/libdvdcss-dll-<version>.tar.gz dist/libdvdcss-dll-<version>/
```

Create a `zip` archive:

```sh
zip -r libdvdcss-dll-<version>.zip libdvdcss-dll-<version>/
zip -r dist/libdvdcss-dll-<version>.zip dist/libdvdcss-dll-<version>/
```

0 comments on commit 8b05e69

Please sign in to comment.