mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
v3.0 (build 1303)
* Fix a 64-bit compilation warning * Fix appx generation
This commit is contained in:
parent
c3b79a06b7
commit
98ada80b1b
6 changed files with 24 additions and 24 deletions
|
@ -8,10 +8,10 @@ del /q *.appx >NUL 2>&1
|
|||
rem As per the link below, you need "altform-unplated" icons and run MakePri to get transparent icons:
|
||||
rem https://social.msdn.microsoft.com/Forums/windowsapps/en-US/dc505f68-d120-43e3-a9e1-d7c77746d588/uwpdesktop-bridgeunplated-taskbar-icons-in-desktop-bridge-apps
|
||||
mkdir Assets >NUL 2>&1
|
||||
copy "..\icon-set\rufus-44.png" "Assets\Square44x44Logo.png"
|
||||
copy "..\icon-set\rufus-48.png" "Assets\Square44x44Logo.targetsize-48.png"
|
||||
copy "..\icon-set\rufus-48.png" "Assets\Square44x44Logo.targetsize-48_altform-unplated.png"
|
||||
copy "..\icon-set\rufus-150.png" "Assets\Square150x150Logo.png"
|
||||
copy "..\icons\rufus-44.png" "Assets\Square44x44Logo.png"
|
||||
copy "..\icons\rufus-48.png" "Assets\Square44x44Logo.targetsize-48.png"
|
||||
copy "..\icons\rufus-48.png" "Assets\Square44x44Logo.targetsize-48_altform-unplated.png"
|
||||
copy "..\icons\rufus-150.png" "Assets\Square150x150Logo.png"
|
||||
copy "..\..\rufus-%VERSION%.exe" "rufus.exe"
|
||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\MakePri" createconfig /o /dq en-US /cf priconfig.xml
|
||||
"C:\Program Files (x86)\Windows Kits\10\bin\10.0.16299.0\x64\MakePri" new /o /pr . /cf priconfig.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue