Skip to content

Commit 486da04

Browse files
author
Garrett Downs
committed
ci: fix zip file structure
1 parent cfcbc5c commit 486da04

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

manifest.webapp

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -42,6 +42,13 @@
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
}

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)