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

26 lines
583 B
Markdown

6 years ago
## Development building / running
6 years ago
This app is built using Electron. Make sure you have at least node v12 and yarn installed. The app uses ffmpeg from PATH when developing.
6 years ago
```
git clone https://github.com/mifi/lossless-cut.git
cd lossless-cut
6 years ago
yarn
6 years ago
```
The last command may take some time to complete. In case you need to install `yarn`, use `npm install -g yarn` command.
6 years ago
### Running
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