Good Luck.
At one point based off of this template
- Merge your PR into main with the version bumped in
scripts/chrome-extension/base_manifest.json
- Run
yarn extension:publish
- Zip the output
/extension-dist
from the previous step - Upload the zip to Chrome Extension Developer Console
Bootstrapped using yarn create react-app antd-demo-ts --template typescript
- Once a PR is merged to main, render will automatically re-deploy the webapp.
An elixir project built using Elixir, Phoenix, and Ecto. Also hosted on Render. Source code lives in a private Gitlab repo, but will be open-sourced as well as some point.
- Once a PR is merged to main, render will automatically re-deploy the backend service
Using Electron-Builder to package up the webapp. Originally based off of this boilerplate
- Merge the PR to main, with the version bumped in
package.json
. - Once merged, rebase off of main
- Run
. ./set-build-secrets.sh
to set the local environment variables necessary to sign, notarize, and publish the app yarn electron:publish
codesign -vvv --deep --strict out/my-new-app-darwin-x64/my-new-app.app
codesign --display --entitlements :- out/my-new-app-darwin-x64/my-new-app.app
codesign -dvv out/my-new-app-darwin-x64/my-new-app.app
security cms -D -i /path/to/your.app/Contents/embedded.provisionprofile
codesign --test-requirement="=notarized" --verify --verbose <appname.app>
Maybe this works
- Shouldn't need to target a
zip
output for electron, however we need to for auto-updater to work