Timebox Installation

In case I ever forget, here is the list of instructions I followed to build Timebox:

  1. workon timebox
  2. python setup.py py2app
    1. It would be in `dist/Timebox.app
create-dmg \
  --volname "Timebox Installer" \
  --volicon "icon.icns" \
  --window-pos 200 120 \
  --window-size 800 400 \
  --icon-size 100 \
  --app-drop-link 600 185 \
  "Timebox-Installer.dmg" \
  "dist/"

uid: 202008072202 tags: #projects


Date
February 22, 2023