Closed snugglej closed 3 years ago
You're not quite on the latest release, the manifest in the linked repo is on v2021.02, but the latest is v2021.09.1 (v2021.06 is the one that fixed this issue).
How do I upgrade? I don't have any flatpak updates and there wasn't anything for the flatpak-build.
How do I move to the fixed version?
On Wed, Oct 6, 2021, 12:50 Ryan Gonzalez @.***> wrote:
Closed #17 https://github.com/refi64/zypak/issues/17.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/refi64/zypak/issues/17#event-5422031134, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHT33SAZ3W6JDQSC2CRDPDUFR45LANCNFSM5FNGNFZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
@snugglej In your Flatpak manifest you have:
{
"name": "zypak",
"sources": [
{
"type": "git",
"url": "https://github.com/refi64/zypak",
"tag": "v2021.02",
"commit": "ae8b0423588479d8403c192feb630c582656bee6"
}
]
}
Modules inside a Flatpak manifest are not updated automatically, so you have to change the versions yourself on updates. In this case, the version is set to v2021.02
. To update it, you'd set "tag": "v2021.09.1"
and "commit": "e09f37ca4ff09827434deba11f9b1f9e1c42dbaf"
.
There is an external tool, flatpak-external-data-chceker, that lets you update modules; you can see how Edge has it configured here.
Thanks Ryan! I'll work on that tonight.
On Wed, Oct 6, 2021, 13:31 Ryan Gonzalez @.***> wrote:
@snugglej https://github.com/snugglej In your Flatpak manifest you have:
{ "name": "zypak", "sources": [ { "type": "git", "url": "https://github.com/refi64/zypak", "tag": "v2021.02", "commit": "ae8b0423588479d8403c192feb630c582656bee6" } ] }
Modules inside a Flatpak manifest are not updated automatically, so you have to change the versions yourself on updates. In this case, the version is set to v2021.02. To update it, you'd set "tag": "v2021.09.1" and "commit": "e09f37ca4ff09827434deba11f9b1f9e1c42dbaf".
There is an external tool, flatpak-external-data-chceker https://github.com/flathub/flatpak-external-data-checker, that lets you update modules; you can see how Edge has it configured here https://github.com/flathub/com.microsoft.Edge/blob/beta/com.microsoft.Edge.yaml#L70-L78 .
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/refi64/zypak/issues/17#issuecomment-936750516, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEHT33RP7K4OTPIBZ3VJSKDUFSBWXANCNFSM5FNGNFZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hello I'm trying to run a similar build to the edge deployment but for vivaldi. It used to work fine but recently, last couple builds, I've been getting errors and not being able to launch the package anymore.
This looks very similar to the issue in #12 but I believe I'm running the last version of zypak.
If you can give me some tips on what I should do that would be greatly appreciated.