Skip to content

Commit a430e52

Browse files
committed
use "platform" as suggested in #360
1 parent 266f629 commit a430e52

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/make-chromium.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ cp -R src/lib $DES/
1616
cp -R src/_locales $DES/
1717
cp src/*.html $DES/
1818
cp meta/vapi-appinfo.js $DES/js/
19-
cp meta/crx/*.js $DES/js/
20-
cp meta/crx/manifest.json $DES/
19+
cp platform/chromium/*.js $DES/js/
20+
cp platform/chromium/manifest.json $DES/
2121
echo "*** uBlock.chromium: Package done."

0 commit comments

Comments
 (0)