improve dev notes

pull/914/head
Mikael Finstad 2021-10-30 22:43:50 +07:00
rodzic 9c77e74d14
commit 72a55aadf4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 11 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
## 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.
Make sure you have at least Node v14. The app uses ffmpeg from PATH when developing.
```bash
npm install -g yarn
@ -21,8 +21,18 @@ npm run download-ffmpeg # on MacOS only
npm start
```
## Testing mas-dev build locally
This will sign using the development provisioning profile:
```
npm run pack-mas-dev
```
## Release
For per-platform build/signing setup, see https://blog.mifi.no/2020/03/31/automated-electron-build-with-release-to-mac-app-store-microsoft-store-snapcraft/
### Release new version
- Commit changed