File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "id" : " com.garredow.foxcasts-lite" ,
33 "name" : " FoxCasts Lite" ,
44 "description" : " A fully-featured podcast app for your KaiOS device" ,
5- "version" : " 2.1 .0" ,
5+ "version" : " 2.2 .0" ,
66 "launch_path" : " /index.html" ,
77 "icons" : {
88 "256" : " /assets/icons/icon-256.png" ,
4242 }
4343 },
4444 "fullscreen" : true ,
45- "default_locale" : " en" ,
45+ "locales" : {
46+ "en-US" : {
47+ "name" : " Foxcasts Lite" ,
48+ "subtitle" : " A fully-featured podcast app for your KaiOS device" ,
49+ "description" : " A fully-featured podcast app for your KaiOS device"
50+ }
51+ },
52+ "default_locale" : " en-US" ,
4653 "cursor" : false
4754}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ module.exports = {
77 [
88 '@semantic-release/exec' ,
99 {
10- publishCmd : 'zip -r Foxcasts_Lite_v${nextRelease.version}.zip build/* ' ,
10+ publishCmd : 'cd build && zip -r ../ Foxcasts_Lite_v${nextRelease.version}.zip * && cd .. ' ,
1111 } ,
1212 ] ,
1313 [
You can’t perform that action at this time.
0 commit comments