We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214e701 commit e0b74e5Copy full SHA for e0b74e5
os/webos/scripts/manifest.js
@@ -63,7 +63,7 @@ const main = async () => {
63
iconUri:
64
"https://github.com/7coil/webos-openttd/raw/webos/os/webos/public/icon.png",
65
sourceUrl: "https://github.com/7coil/webos-openttd",
66
- ipkUrl: `https://github.com/7coil/webos-openttd/releases/download/${appinfo.version}-webos/${appfile}`,
+ ipkUrl: appfile,
67
ipkHash: {
68
sha256: await getSha256(appfile),
69
},
0 commit comments