https://github.com/andyneff/portable-eac
Building a portable app for EAC
https://github.com/andyneff/portable-eac
Last synced: 4 months ago
JSON representation
Building a portable app for EAC
- Host: GitHub
- URL: https://github.com/andyneff/portable-eac
- Owner: andyneff
- License: mit
- Created: 2018-03-07T04:36:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T04:38:36.000Z (over 8 years ago)
- Last Synced: 2025-12-07T05:50:30.355Z (7 months ago)
- Language: HTML
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAC Portable
My attempt at writing a portable app, in a git repo with a proper build script
All you do it run:
```bash
build.bat
```
And it will download and extract all the binary files for you. From there, feel
free to use PortableApps.com Launcher Installer
# Requirements
- Docker for Windows
# Arguments
To easily change the versions of the software used, set the following build args
- `7Z_VERSION`
- `INNOUNP_VERSION`
- `EAC_VERSION`
- `LAME_VERSION`
- `OGG_VERSION`
- `AAC_VERSION`
- `MAC_VERSION` - There is something really weird and suspicious going on
[Monkey's Audio](http://www.monkeysaudio.com/download.html) download page. So
right now it downloads from archive.org. If the version is changes, the URL
probably needs to be changed
Some of the urls download via insecure http. So in these cases, you really need
to specify the sha512 checksum (using capital letters)
- `EAC_SHA`
- `LAME_SHA`
- `OGG_SHA`
- `AAC_SHA`
- `MAC_SHA`