Richard Kuhnt

Results 82 comments of Richard Kuhnt
trafficstars

This might break `post_install` scripts relying on the data in `$persist_dir`.

@deevus thought about doing that at first. If you take a look at the [sample-allOptions.xml](https://github.com/kohsuke/winsw/releases/download/winsw-v2.1.0/sample-allOptions.xml) you'll see that WinSW has many options and I believe it's unnecessary to reimplement them...

Something for the List * nginx, configuration Testing updates is quite easy, if they are in the main bucket. Just make your changes and run `.\bin\scoop.ps1 install|update ` from the...

`.\bin\scoop.ps1 update ` from the repo also works.

Currently, a file that doesn't exist in the apps directory after installation can't be made persistent. It will create a directory named like the nonexistent file and link it to...

Shouldn't it be `--config-path=''` instead of `--config-path ''` I don't know what happens if no-conf and conf-path are both provided. `--no-conf` was added to prevent unwanted behavior if a custom...

WinSparkle could be deactivated via registry: https://github.com/vslavik/winsparkle/wiki/Registry-Settings

Sorry for the late review. There is no need to call `GetDirectoryName()` and `GetExecutingAssembly()` because the results are already available from line 67-69. https://github.com/lukesampson/scoop/blob/0215c7bc0b3ce542162f078b4cf303238ae719b7/supporting/shimexe/shim.cs#L67-L69 Therefore it's enough to call the...

@alejandro5042 Do you mean the changelog of a program or a changelog of updated manifest files? Scoop is updating itself, so the only way to show a changelog for manifest...