Skip to content

Commit e0b74e5

Browse files
mariotaku7coil
authored andcommitted
LG webOS: Generates Manifest with Relative ipkUrl
1 parent 214e701 commit e0b74e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os/webos/scripts/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const main = async () => {
6363
iconUri:
6464
"https://github.com/7coil/webos-openttd/raw/webos/os/webos/public/icon.png",
6565
sourceUrl: "https://github.com/7coil/webos-openttd",
66-
ipkUrl: `https://github.com/7coil/webos-openttd/releases/download/${appinfo.version}-webos/${appfile}`,
66+
ipkUrl: appfile,
6767
ipkHash: {
6868
sha256: await getSha256(appfile),
6969
},

0 commit comments

Comments
 (0)