From 9bbcd51145459a737efba44237112118aa00ab4b Mon Sep 17 00:00:00 2001 From: meowtec Date: Mon, 22 Aug 2022 23:35:00 +0800 Subject: [PATCH 1/2] fix: win32 bin path --- bin/win32/{ => x64}/cwebp.exe | Bin bin/win32/{ => x64}/libgcc_s_dw2-1.dll | Bin bin/win32/{ => x64}/libpng16.dll | Bin bin/win32/{ => x64}/moz-cjpeg.exe | Bin bin/win32/{ => x64}/pngquant.exe | Bin bin/win32/{ => x64}/zlib1.dll | Bin 6 files changed, 0 insertions(+), 0 deletions(-) rename bin/win32/{ => x64}/cwebp.exe (100%) rename bin/win32/{ => x64}/libgcc_s_dw2-1.dll (100%) rename bin/win32/{ => x64}/libpng16.dll (100%) rename bin/win32/{ => x64}/moz-cjpeg.exe (100%) rename bin/win32/{ => x64}/pngquant.exe (100%) rename bin/win32/{ => x64}/zlib1.dll (100%) diff --git a/bin/win32/cwebp.exe b/bin/win32/x64/cwebp.exe similarity index 100% rename from bin/win32/cwebp.exe rename to bin/win32/x64/cwebp.exe diff --git a/bin/win32/libgcc_s_dw2-1.dll b/bin/win32/x64/libgcc_s_dw2-1.dll similarity index 100% rename from bin/win32/libgcc_s_dw2-1.dll rename to bin/win32/x64/libgcc_s_dw2-1.dll diff --git a/bin/win32/libpng16.dll b/bin/win32/x64/libpng16.dll similarity index 100% rename from bin/win32/libpng16.dll rename to bin/win32/x64/libpng16.dll diff --git a/bin/win32/moz-cjpeg.exe b/bin/win32/x64/moz-cjpeg.exe similarity index 100% rename from bin/win32/moz-cjpeg.exe rename to bin/win32/x64/moz-cjpeg.exe diff --git a/bin/win32/pngquant.exe b/bin/win32/x64/pngquant.exe similarity index 100% rename from bin/win32/pngquant.exe rename to bin/win32/x64/pngquant.exe diff --git a/bin/win32/zlib1.dll b/bin/win32/x64/zlib1.dll similarity index 100% rename from bin/win32/zlib1.dll rename to bin/win32/x64/zlib1.dll From fd71867235562d5911d8ec4bbbf1748b00f76233 Mon Sep 17 00:00:00 2001 From: meowtec Date: Mon, 22 Aug 2022 23:35:31 +0800 Subject: [PATCH 2/2] bump version 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c2b384..b93cb6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "Imagine", "private": true, - "version": "0.7.0", + "version": "0.7.1", "description": "PNG/JPEG optimization app", "homepage": "https://github.com/meowtec/Imagine", "repository": {