diff --git a/RELEASE_PROCESS.md b/RELEASE_PROCESS.md index 0b54b262..f347dcf3 100644 --- a/RELEASE_PROCESS.md +++ b/RELEASE_PROCESS.md @@ -46,6 +46,11 @@ ``` npm run package -- darwin --sign + ``` + + Move the `.zip` and `.dmg` file somewhere because the next step wipes the `dist/` folder away. + + ``` npm run package -- linux --sign ```