Skip to content

Commit

Permalink
Tidying .xul location, update linux script to match windows one
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVallat committed Mar 3, 2015
1 parent e222ace commit 31188c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/make-firefox.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
1 change: 1 addition & 0 deletions tools/make-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
3 changes: 2 additions & 1 deletion uBlock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 31188c6

Please sign in to comment.