mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
19 lines
387 B
Markdown
19 lines
387 B
Markdown
# Basic Memory Installer
|
|
|
|
This directory contains the macOS installer for Basic Memory.
|
|
|
|
## Building the Installer
|
|
|
|
Build the installer:
|
|
```bash
|
|
cd installer
|
|
python setup.py build
|
|
```
|
|
|
|
The installer app will be created in `installer/build/Basic Memory Installer`
|
|
|
|
## Development
|
|
|
|
- `installer.py` - Main installation script
|
|
- `setup.py` - py2app configuration for building the macOS app
|