mirror of
https://github.com/quantum5/win2xcur.git
synced 2025-04-24 10:11:57 -04:00
Actually test animated cursors
This commit is contained in:
parent
6eda21c249
commit
d887ea0ca6
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -39,5 +39,5 @@ jobs:
|
||||||
wget http://www.anicursor.com/waiting.zip
|
wget http://www.anicursor.com/waiting.zip
|
||||||
mkdir ani output
|
mkdir ani output
|
||||||
unzip waiting.zip -d ani
|
unzip waiting.zip -d ani
|
||||||
win2xcur -s sample/crosshair.cur -o output
|
win2xcur -s ani/*.ani -o output
|
||||||
ls -l output/*
|
ls -l output/*
|
||||||
|
|
Loading…
Reference in a new issue