mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
ci: convert to 512px png
These might scale down better, the ones in the readme seem really blurry
This commit is contained in:
parent
8e6e2a3962
commit
8da62cc596
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -94,8 +94,8 @@ jobs:
|
||||||
INKSCAPE_DIR=inkscape-1.2.2_2022-12-09_732a01da63-x64
|
INKSCAPE_DIR=inkscape-1.2.2_2022-12-09_732a01da63-x64
|
||||||
curl -fLOSs https://inkscape.org/gallery/item/37364/$INKSCAPE_DIR.7z
|
curl -fLOSs https://inkscape.org/gallery/item/37364/$INKSCAPE_DIR.7z
|
||||||
7z x $INKSCAPE_DIR.7z
|
7z x $INKSCAPE_DIR.7z
|
||||||
$INKSCAPE_DIR/bin/inkscape -w 1024 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
$INKSCAPE_DIR/bin/inkscape -w 512 ISLEPROGRESS.SVG -o ISLEPROGRESS.PNG
|
||||||
$INKSCAPE_DIR/bin/inkscape -w 1024 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
$INKSCAPE_DIR/bin/inkscape -w 512 LEGO1PROGRESS.SVG -o LEGO1PROGRESS.PNG
|
||||||
|
|
||||||
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
|
curl -fLOSs https://raw.githubusercontent.com/probonopd/uploadtool/master/upload.sh
|
||||||
./upload.sh \
|
./upload.sh \
|
||||||
|
|
Loading…
Reference in a new issue