mirror of https://github.com/gorhill/uBlock.git
Tidying .xul location, update linux script to match windows one
This commit is contained in:
parent
e222ace6ef
commit
31188c6330
|
@ -15,13 +15,13 @@ xcopy /S /I src\js %DES%\js
|
|||
xcopy /S /I src\lib %DES%\lib
|
||||
xcopy /S /I src\_locales %DES%\_locales
|
||||
xcopy src\*.html %DES%\
|
||||
xcopy src\*.xul %DES%\
|
||||
move %DES%\img\icon_128.png %DES%\icon.png
|
||||
xcopy platform\firefox\vapi-*.js %DES%\js\
|
||||
xcopy platform\firefox\bootstrap.js %DES%\
|
||||
xcopy platform\firefox\frame*.js %DES%\
|
||||
xcopy platform\firefox\chrome.manifest %DES%\
|
||||
xcopy platform\firefox\install.rdf %DES%\
|
||||
xcopy platform\firefox\*.xul %DES%\
|
||||
xcopy LICENSE.txt %DES%\
|
||||
|
||||
echo "*** uBlock.firefox: Generating meta..."
|
||||
|
|
|
@ -22,6 +22,7 @@ cp platform/firefox/bootstrap.js $DES/
|
|||
cp platform/firefox/frame*.js $DES/
|
||||
cp platform/firefox/chrome.manifest $DES/
|
||||
cp platform/firefox/install.rdf $DES/
|
||||
cp platform/firefox/*.xul $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
|
||||
echo "*** uBlock.firefox: Generating meta..."
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<Content Include="src\css\fonts\OFL.txt" />
|
||||
<Content Include="src\css\popup.css" />
|
||||
<Content Include="src\css\whitelist.css" />
|
||||
<None Include="src\options.xul" />
|
||||
<None Include="platform\firefox\options.xul" />
|
||||
<Content Include="src\dashboard.html" />
|
||||
<Content Include="src\devtool-log.html" />
|
||||
<Content Include="src\devtools.html" />
|
||||
|
@ -148,6 +148,7 @@
|
|||
<Content Include="src\_locales\en\messages.json" />
|
||||
<Content Include="tools\deploy-firefox-android.bat" />
|
||||
<Content Include="tools\make-firefox.bat" />
|
||||
<Content Include="tools\make-firefox.sh" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="src\css\fonts\fontawesome-webfont.ttf" />
|
||||
|
|
Loading…
Reference in New Issue