You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lossless-cut/developer-notes.md

34 lines
635 B
Markdown

6 years ago
## Development building / running
This app is built using Electron.
Make sure you have at least Node v12. The app uses ffmpeg from PATH when developing.
```bash
npm install -g yarn
6 years ago
```
```bash
6 years ago
git clone https://github.com/mifi/lossless-cut.git
cd lossless-cut
6 years ago
yarn
6 years ago
```
Note: `yarn` may take some time to complete.
6 years ago
### Running
```bash
npm run download-ffmpeg # on MacOS only
6 years ago
6 years ago
npm start
```
8 years ago
## Release
### Release new version
- Commit changed
- `npm version ...`
- `git push && git push --tags`
- Wait for build and draft in Github actions
- Release draft at github
5 years ago
- Bump [snap version](https://snapcraft.io/losslesscut/listing)