Skip to content

How to build & run multiple Gauzy Desktop Timer instances

Ruslan K edited this page Mar 15, 2024 · 2 revisions

To run multiple Gauzy Desktop Timer instances, you have to change these vars in the env files:

  • DESKTOP_TIMER_APP_NAME='gauzy-desktop-timer'

  • DESKTOP_TIMER_APP_DESCRIPTION='Gauzy Desktop Timer

  • DESKTOP_TIMER_APP_ID='com.ever.gauzydesktoptimer'

Now you can run one of these commands based on your OS to build a different instance:

  • Windows: yarn run build:desktop-timer:windows
  • Linux: yarn run build:desktop-timer:linux
  • Mac: yarn run build:desktop-timer:mac