File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ cat src/browser/manifest.json | \
67
67
# replace all instances of src/ with empty string
68
68
echo " Generated ${extension} manifest.json ✓"
69
69
70
+ title " Step 7: Copy assets"
71
+ cp -v -R src/browser/assets " ${extension} /assets"
72
+
70
73
71
74
# COMPILE NATIVE
72
75
title " COMPILE NATIVE"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browser-mpris2" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Implements the MPRIS2 interface for Chrome and Firefox" ,
5
5
"main" : " src/browser/init.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change 2
2
"manifest_version" : 2 ,
3
3
"name" : " Browser MPRIS2 debug" ,
4
4
"description" : " Implements the MPRIS2 interface for Chrome and Firefox" ,
5
- "version" : " 0.5.0 " ,
5
+ "version" : " 0.5.1 " ,
6
6
"icons" : {
7
7
"16" : " assets/browser-mpris2-16.png" ,
8
8
"48" : " assets/browser-mpris2-48.png" ,
11
11
"browser_specific_settings" : {
12
12
"gecko" : {
13
13
"id" : " browser-mpris2@lt-mayonesa.github.io" ,
14
- "strict_min_version" : " 42 .0"
14
+ "strict_min_version" : " 57 .0"
15
15
}
16
16
},
17
17
"browser_action" : {
You can’t perform that action at this time.
0 commit comments