mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-03 08:40:05 +00:00
Relook icones
This commit is contained in:
parent
3bf59b13af
commit
af5536dab3
25 changed files with 135 additions and 89 deletions
19
Data/Icons/convertmain.bat
Normal file
19
Data/Icons/convertmain.bat
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
set INKSCAPE=..\..\Ignore\inkscape\inkscape.com
|
||||
set ANDROID_PATH=..\..\AideDeJeu\AideDeJeu.Android\Resources\
|
||||
set UWP_PATH=..\..\AideDeJeu\AideDeJeu.UWP\
|
||||
set IOS_PATH=..\..\AideDeJeu\AideDeJeu.iOS\Media.xcassets\
|
||||
|
||||
rem goto ios
|
||||
|
||||
:android
|
||||
|
||||
%INKSCAPE% -z -e %ANDROID_PATH%drawable\%1.png -w 1024 -h 1024 %2.svg
|
||||
|
||||
:uwp
|
||||
|
||||
%INKSCAPE% -z -e %UWP_PATH%%1.png -w 1024 -h 1024 %2.svg
|
||||
|
||||
:ios
|
||||
|
||||
md %IOS_PATH%%1.imageset\
|
||||
%INKSCAPE% -z -e %IOS_PATH%%1.imageset\%1.png -w 1024 -h 1024 %2.svg
|
||||
Loading…
Add table
Add a link
Reference in a new issue