fix(shim): Exit if shim creating failed 'cause no git (#5225)

This commit is contained in:
Hsiao-nan Cheung
2022-10-28 13:17:53 +08:00
committed by GitHub
parent 1630e5f908
commit e4f9734b88
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
- **decompress:** Use PS's default 'Expand-Archive()' ([#5185](https://github.com/ScoopInstaller/Scoop/issues/5185))
- **hash:** Fix SourceForge's hash extraction ([#5189](https://github.com/ScoopInstaller/Scoop/issues/5189))
- **decompress:** Trim ending '/' ([#5195](https://github.com/ScoopInstaller/Scoop/issues/5195))
- **shim:** Exit if shim creating failed 'cause no git ([#5225](https://github.com/ScoopInstaller/Scoop/issues/5225))
- **scoop-import:** Add correct architecture argument ([#5210](https://github.com/ScoopInstaller/Scoop/issues/5210))
### Code Refactoring