Antony Jr

Results 154 comments of Antony Jr

Okay everything is now in a single repo(but untested). I also added the option to guess the configuration. You have to execute it like this, ``` $ updatedeployqt -a "AppImageUpdaterBridge"...

> oh cool this seems very exciting, would this help with this issue? [nextcloud/desktop#168](https://github.com/nextcloud/desktop/issues/168) @Fuseteam Thanks for your interest but this is very alpha(i.e updatedeployqt -> https://github.com/antony-jr/updatedeployqt), But I've had...

@Alvazz is libarchive installed properly? it seems like it's trying to link to libarchive but can't find it. To install libarchive, download prebuilt libarchive for msvc and copy paste the...

@Alvazz can you try an experimental fix? (I have been meaning to make QArchive install easily in windows). Follow the below steps, (This only works for msvc2019_64 kit, make sure...

> OK, I'm traveling these days, I'll try it later no problem, try whenever you have time, I will release a detailed documentation on this method soon. Thanks.

> Could alternatively try meson. libarchive is available as a subproject. I think pre-built libraries are much easier for windows users, but meson is much better for *nix users. Well...

> > maybe we need to build using **Meson**, I tried but I'm lacking knowledge to compile with MSVC with meson (windows tests has some pointers but it uses msys)...

Thanks for reporting this. We currently only read the size of the given input file as the total size. I guess we need to do something like your implementation. Will...

The problem with this is that we need to walk the entire archive just for the total size which is waste of time, don't you think?

@DoctorW00 Sorry for the late reply, I was caught up at work. > Small update on my side. Guess i'll stay with libarchive for now. Since the archive_read_open_filenames accepts a...