29039

Results 31 comments of 29039

I have done a comprehensive investigation on this problem. **ROOT CAUSE:** Essentially what is happening, is that when you create a new file/directory in NTFS, the Ownership is not inherited...

The simple fact that it's called "GUI" gave me the expectation that I'd simply have to install the file and get a GUI, without needing the CLI. If I needed...

Honestly I would consider this a bug not an enhancement. The persist function is outright broken when the file to be persisted is a file not a folder. The persist...

> > If we just choose between file and dir to created, we're simply spinning our wheels. > > Dirs `.configs`, `conf.d` and files `README`, `LICENSE`, `LICENSE_KEY`: 🤷‍♂️ > >...

> The point is compatibility, we lack active maintainers/contributor, whether Scoop Core or Buckets. > > We should make it as perfect as possible by one-time instead of causing known...

> can you point me to a manifest that this PR would break? https://github.com/ScoopInstaller/Scoop/pull/6364/files I haven't looked too thoroughly through thousands of files but this one could break because tunnels.d...

@BoringBoredom I can offer a compromise solution which does not add many lines of code compared to reimplementing persist very heavily. In your PR just make the following changes: Line...

No, I am looking through and the vast majority of manifests using persist on probable files are using pre_install to create the files first. Nirsoft is the outlier. There is...

This is great but also I think that Windows requires that there specifically be a manifest in the exe file. Looking into it, I think that we can simply make...

@firedaemon-ceo even the zip version is being flagged as malware. This is not an installer issue. tftpd32.exe from 32-bit zip (v4.71): https://www.virustotal.com/gui/file/f0ef282a0cae736ac88a6434130d358ee8dcf1d85407d4fa2aa83703df022fc1/detection tftpd64.exe from 64-bit zip (v4.71): https://www.virustotal.com/gui/file/128f15e6e19d6acadf04f30c3ce898b403d9529f2f2aa59ffb9e810768e5c647/detection But certainly,...