Skip to content

Added icons to make npm package work on macos

Geoxor requested to merge github/fork/irdkwmnsb/macos into master

Created by: irdkwmnsb

Got it working on MacOS To generate the icons i did

python3 -m pip install generate-iconset;
cd assets/images;
for icon in *.png; do generate-iconset --use-sips $icon; done;

And then npm run package did all the magic image

Merge request reports