cobalt2727

Results 100 comments of cobalt2727

Would it be possible to just: -check currently installed version -check most recent version published -compare -download newer version if available That way you wouldn't have to use telemetry for...

Can't think of any other repos that offer both arm64 RPMs and AppImages off the top of my head, but if you've got links to any I can test them,...

Can also confirm it's using the latest version of lastversion, this was tested with a fresh install on a VM.

@dvershinin Still happening with the most recent version, unfortunately

does that work with the `lastversion install` command, or should I just swap my script back to manually downloading the assets first? either way is fine by me

Would just throwing an error message informing the user what's missing if it's not available be an acceptable workaround?

While you're looking at this, would you be able to investigate something for me? Trying to build and run [vkcube](https://github.com/krh/vkcube) for some graphics tests, but I keep getting the following:...

```bash chronos@localhost /usr/local/mystuff/vkcube/build $ crew files vulkan_icd_loader Ignoring debug-1.4.0 because its extensions are not built. Try: gem pristine debug --version 1.4.0 vulkan_icd_loader: Vulkan Installable Client Driver ICD Loader /usr/local/lib64/libvulkan.so /usr/local/lib64/libvulkan.so.1...

Turns out I might be wrong, I was using an [old version](https://packages.ubuntu.com/jammy/amd64/libvulkan-dev/filelist) of the file list of `libvulkan-dev` in Ubuntu as a reference. [Modern versions](https://packages.ubuntu.com/jammy/amd64/libvulkan-dev/filelist) don't have the file there...