dusionlike / electron-builder-encryptor

simple electron package encryption tool
MIT License
24 stars 7 forks source link

Point to the correct output filename #9

Closed spencer-jacobs closed 9 months ago

spencer-jacobs commented 9 months ago

If the package json name is different from the productFilename, the executable path will be incorrect.

This PR just uses the productFilename since that should always be the name of the executable produced.

dusionlike commented 9 months ago

You are correct. Could you optimize your commit message? Format it as 'fix: xxx'. Thank you. I have made modifications through rebase, thank you again.