Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingismagick committed Jul 6, 2019
2 parents f669110 + 8907229 commit 5d2ecc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ If you discover a security issue, please contact us via email: `security@quasar-
## Known Issues
We have discovered a rare edge case, where the icns file is malformed on some MacOS systems - but only when using electron-builder. If you run into this, please help us triage by leaving a report at [this issue](https://github.com/quasarframework/app-extension-icon-genie/issues/73)

### `Error spawn ../node_modules/optipng-bin/vendor/optipng ENOENT`
If you build the Quasar and an icon-genie in the Docker, here is the solution how to workaround an issue [Error: spawn ../node_modules/optipng-bin/vendor/optipng ENOENT](https://github.com/imagemin/optipng-bin/issues/84) on Alpine Linux image in the Docker

1. Create a `.dockerignore` file in the filder where where your `Dockefile` is placed and exclude `node_modules`:
`./client/node_modules`
2. Install the following packages in the docker image
`RUN apk --no-cache add pkgconfig autoconf automake libtool nasm build-base zlib-dev`

## Contributing
You are welcome to join this project. Please file issues and make PRs! Let us know how it goes and join us at our [discord server](https://discord.gg/5TDhbDg) to talk shop.
Expand Down

0 comments on commit 5d2ecc8

Please sign in to comment.