diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 009a49b..4c6ef40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Prepare files run: | mkdir dist - cp Release/x64/jpegoptim.exe src/jpegoptim/COPYING src/jpegoptim/COPYRIGHT src/jpegoptim/README dist/ + cp Release/x64/jpegoptim.exe src/jpegoptim/COPYRIGHT src/jpegoptim/LICENSE src/jpegoptim/README dist/ shell: bash - name: Upload binary diff --git a/jpegoptim.vcxproj b/jpegoptim.vcxproj index 83cf29c..4d13e3e 100644 --- a/jpegoptim.vcxproj +++ b/jpegoptim.vcxproj @@ -108,6 +108,7 @@ + diff --git a/jpegoptim.vcxproj.filters b/jpegoptim.vcxproj.filters index b816f41..3c92cd7 100644 --- a/jpegoptim.vcxproj.filters +++ b/jpegoptim.vcxproj.filters @@ -13,6 +13,9 @@ Source Files + + Source Files + Source Files diff --git a/src/jpegoptim b/src/jpegoptim index ed73d7e..87b0cae 160000 --- a/src/jpegoptim +++ b/src/jpegoptim @@ -1 +1 @@ -Subproject commit ed73d7e7ccaf3d4477f0cfd2b88fc498fe28ab8a +Subproject commit 87b0cae554ed8096c76508be4b70e8b492e60183