Skip to content

Commit

Permalink
fix(nexe): fix __dirname issues in v3.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Nov 13, 2021
1 parent 8868143 commit aac53ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
},
"scripts": {
"build": "npm run build:ts && npm run build:bin",
"build:bin": "nexe --target 'mac-x64-12.18.2' --input dist/imageoptim.js --output dist/imageoptim",
"build:bin": "(cd dist && nexe --target 'mac-x64-12.18.2' --input ./imageoptim.js --output ./imageoptim)",
"build:ts": "tsc --project .",
"format": "npm run format:imports && npm run format:prettier",
"format:imports": "organize-imports-cli ./src/**/*.ts",
Expand Down

0 comments on commit aac53ac

Please sign in to comment.