mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-05 23:14:53 -06:00
fix: ci; change document, 7-zip 23 is not latest now
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user