mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 22:45:44 +00:00
Tests
This commit is contained in:
parent
b38c0f3728
commit
b435f1ac21
2 changed files with 8 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ call convertone.bat plain_arrow_up.png plain-arrow-up.svg
|
|||
|
||||
call convertone.bat trash_can.png trash-can.svg
|
||||
|
||||
:nouveau
|
||||
call convertone.bat battle_axe.png battle-axe.svg
|
||||
|
||||
:nouveau
|
||||
call convertmain.bat battle_axe.png battle-axe.svg
|
||||
|
||||
pause
|
||||
|
|
|
|||
5
Data/Icons/convertmain.bat
Normal file
5
Data/Icons/convertmain.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
set INKSCAPE=..\..\Ignore\inkscape\inkscape.com
|
||||
set ANDROID_PATH=..\..\AideDeJeu\AideDeJeu.Android\Resources\
|
||||
set UWP_PATH=..\..\AideDeJeu\AideDeJeu.UWP\
|
||||
|
||||
%INKSCAPE% -z -e %1 -a -264:0:784:512 -w 620 -h 300 -b #ffffff %2
|
||||
Loading…
Add table
Add a link
Reference in a new issue