fix: ci; change document, 7-zip 23 is not latest now

This commit is contained in:
shunf4
2024-09-03 00:36:12 +08:00
parent dee3259e58
commit 2dbb212482
2 changed files with 7 additions and 1 deletions

View File

@@ -49,6 +49,11 @@
typedef UInt32 uint32_t;
#endif
#if _MSC_VER >= 1914
// Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
#pragma warning(disable : 5045)
#endif
#ifndef uint64_t
typedef UInt64 uint64_t;
#endif

View File

@@ -1,4 +1,4 @@
This is [Jame Hoo's Easy 7-Zip](http://www.e7z.org/) (Additional Ergonomic & Useful GUI Enhancements and Improvements) , rebased on [7-zip](https://7-zip.org)'s latest release [23.01](https://7-zip.org/a/7z2301-src.7z). This is based on [glachancecmaisonneuve's previous effort of rebasing it on 19.00](https://github.com/glachancecmaisonneuve/Easy7-Zip), though some original features from James Hoo are missing.
This is [Jame Hoo's Easy 7-Zip](http://www.e7z.org/) (Additional Ergonomic & Useful GUI Enhancements and Improvements) , rebased on [7-zip](https://7-zip.org)'s newer release [23.01](https://7-zip.org/a/7z2301-src.7z). This is based on [glachancecmaisonneuve's previous effort of rebasing it on 19.00](https://github.com/glachancecmaisonneuve/Easy7-Zip), though some original features from James Hoo are missing.
### Download
@@ -8,6 +8,7 @@ If the artifact gets expired, you may need to manually trigger it again somehow.
### Related
- https://www.7-zip.org/
- http://www.e7z.org/
- https://github.com/glachancecmaisonneuve/Easy7-Zip
- https://github.com/treysis/Easy-7-Zip-ZS