Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExifTool #236

Open
FabianLoRs opened this issue Jun 8, 2023 · 1 comment
Open

Update ExifTool #236

FabianLoRs opened this issue Jun 8, 2023 · 1 comment

Comments

@FabianLoRs
Copy link

Update ExifTool please.

Cheers.

@Nirvaina
Copy link

I was able to build a version with an updated ExifTool, it creates the setup but it stops working when opening a file (no error, it just does nothing).

Here are my steps, I hope a dev finds what I'm missing:

Extract exifcleaner-master.zip to i.e. d:\exifcleaner-master

Open a CMD with administrator rights

cd d:\exifcleaner-master

set NODE_OPTIONS=--openssl-legacy-provider

yarn add node-exiftool@2.3.0
yarn add source-map-support@0.5
yarn add node@12.0 --dev
yarn add electron@11.0 --dev
yarn add electron-builder@22.8 --dev
yarn add electron-webpack@2.8 --dev
yarn add electron-webpack-ts@4.0 --dev
yarn add prettier@2.1 --dev
yarn add typescript@3.8 --dev
yarn add webpack@4.41 --dev

yarn run update-exiftool

IF IT DOESN'T WORK:

  • Create d:\exifcleaner-master\exiftool_downloads
  • Manually save the latest exiftool here, i.e. Image-ExifTool-12.69.tar.gz

yarn run update postinstall

yarn run packwin

The builds are in the dist folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants