Add build icons for ARM builds
This commit is contained in:
parent
a460fd08ce
commit
c5ebb39c54
|
@ -68,6 +68,8 @@ jobs:
|
||||||
apt install -y build-essential
|
apt install -y build-essential
|
||||||
apt install -y libopenjp2-7
|
apt install -y libopenjp2-7
|
||||||
node --version
|
node --version
|
||||||
|
mkdir build
|
||||||
|
cp -r _icons/.icon-set/ build/.icon-set/
|
||||||
npm install
|
npm install
|
||||||
npm run lint
|
npm run lint
|
||||||
npm run build --if-present
|
npm run build --if-present
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 526 B |
Binary file not shown.
After Width: | Height: | Size: 785 B |
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue