Re: [platform] Remove files referred to in update_tracking

2024-03-11 Thread Michael Bien
the native libs should be ok for removal on non-windows systems since DDE is windows specific: https://github.com/apache/netbeans/blob/643b64771c00c24d857773cd4d454c19f40bb57f/ide/extbrowser/src/org/netbeans/modules/extbrowser/NbDdeBrowserImpl.java#L77-L96 -mbien On 11.03.24 14:41, Patrik Karls

Re: [platform] Remove files referred to in update_tracking

2024-03-11 Thread Patrik Karlström
Let's hope not! :) Also bringing this back to the list... Den mån 11 mars 2024 kl 14:26 skrev Pieter van den Hombergh < pieter.van.den.hombe...@gmail.com>: > probably not if you are not on windows. > > > met vriendelijke groet > Pieter van den Hombergh > > Op ma 11 mrt 2024 13:17 schreef Patrik

[platform] Remove files referred to in update_tracking

2024-03-11 Thread Patrik Karlström
I'm in the process of publishing some apps to flathub.org and got a PR comment regarding the existence of nonlinux files like dll exe dylib and some excotic architectures. I can see references to them like in I deleted the dlls and it seems to be w