You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2023. It is now read-only.
We need to create a proper .dmg file for our guardoni electron tool.
I think only @cramdoulfa has a macintosh at the moment in the team, so it would leave here a list of commands needed to produce the .dmg:
pull last updates from daily
yarn to install new packages
NODE_ENV=production yarn guardoni build to compile guardoni code
NODE_ENV=production yarn guardoni dist:mac to produce the .dmg in the guardoni/dist folder
Try to launch the guardoni-${version}.dmg and check the output in ~/.config/guardoni/logs/main.log
The text was updated successfully, but these errors were encountered:
We need to create a proper
.dmg
file for our guardoni electron tool.I think only @cramdoulfa has a macintosh at the moment in the team, so it would leave here a list of commands needed to produce the
.dmg
:daily
yarn
to install new packagesNODE_ENV=production yarn guardoni build
to compile guardoni codeNODE_ENV=production yarn guardoni dist:mac
to produce the.dmg
in theguardoni/dist
folderTry to launch the
guardoni-${version}.dmg
and check the output in~/.config/guardoni/logs/main.log
The text was updated successfully, but these errors were encountered: