Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ e2e/ Playwright specs
**Logo source of truth:** `src/assets/pengine-logo.png`. Regenerate everything from it after you change the artwork:

```bash
npm run generate:logos
bun run generate:logos
```

This writes `public/favicon-32.png`, `public/pengine-logo-64.png`, `public/pengine-logo-128.png`, and runs `tauri icon`, which fills `src-tauri/icons/` (desktop bundle assets plus `icons/ios/` and `icons/android/`). Web resizing uses macOS `sips` or ImageMagick `magick` if `sips` is unavailable.
Expand Down Expand Up @@ -75,8 +75,6 @@ bun install
bun run dev
```

`npm install` / `npm run dev` work as well if you prefer npm.

### Tauri (optional)

```bash
Expand Down