fix(bundler): Move AppRun binaries to mirror#13863
Conversation
Package Changes Through 1ec93aaThere are 7 changes which include @tauri-apps/cli with patch, tauri-cli with minor, @tauri-apps/api with minor, tauri-runtime-wry with patch, tauri-bundler with patch, tauri with minor, tauri-utils with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
@FabianLars You should not be using that It just sets a bunch of env variables and then checks the The problem is that it sets the env variables even when they are not needed, and it also sets Because of that upstream abandoned the idea of an universal |
|
I don't care. I won't touch the old appimage bundler anymore. Every time we've tried so something broke. |
The old appimage bundler is broken already. Any appimage with this If I were you I would have dropped that all together, those appimages are broken. You also already know what the solution is (and if you aren't convinced already, even CPU-X is now using sharun, which CPU-X is developed by the same person that made linuxdeploy-gtk). |
|
Hi @FabianLars , I'm the one that opened this AppImage/AppImageKit#1395 The reason for the change is that the Renaming these files with the
The new Were you aware of this message? 👇
...it is on all releases of the AppImage/AppImageKit
Maintaining the dependency on |
|
@ivan-hc this isn't about appimagetool but I don't know what appimagetool tauri is using, hopefully it is not the same nightmare that happened at electron builder where the runtime is a very old version that was directly uploaded as a binary blob to the repo and even the maintainer doesn't know how that came there lol. |
|
Thank you for a quick fix, @FabianLars! Sorry for the newbie question, but I've upgraded my dependencies in my package.json as well as added tauri-cli and tauri-bundler to my Cargo.toml, but it still gives me the 404 error while downloading the AppImage binary. Am I doing something wrong? |
|
@rickpastoor ci failed while i was sleeping. it's running now to publish |
|
Oh! Brilliant. Thank you for getting back and your work on Tauri, it's an amazing project. |
Exactly. That's why i won't touch it so the small rest that's still somewhat working doesn't fall apart and why i was working on a new bundler (as you know).
You're talking with the guy that begged the team for years to drop oob appimage support as a whole 🫠
If i wouldn't be convinced that sharun is the only reasonable choice in appimage land i wouldn't have started working on the PR (thanks again for your involvement in sharun and that pr).
Yep, i was. It didn't change that my motivation to work on our appimage bundler was less than zero (still is). That's why i said that it's my bad in the pr description.
Probably better if i don't answer that then 😂 (we're using a super old linuxdeploy version and whatever it uses internally because newer ones didn't work) |
|
Hi, it is not clear to me but are the generated AppImages now free from dependency on |
|
no, nothing changed. |
|
@FabianLars did the release go through correctly? I see one of the tests failed on main |
|
yes. the failed test is a cache issue that succeeded before (and is also completely irrelevant for the cli issues) |
|
@FabianLars My bad, I thought you were done with sharun after what happened that wayland was still broken on nvidia due to ubuntu24 not providing gbm lol
Nope but you can still repackage it using the newer appimagetool or the uruntime. See example |
well yeah that kinda sucks but there's no better alternative 🤷 |
Oh nice thx @Samueru-sama, I will check that! |

fixes #13862
the appimage ecosystem keeps to suck, what a surprise to absolutely nobody. To be fair, this is my bad. I wanted to do this for ages...