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

packagerConfig.appVersion is not working in makers #3523

Open
3 tasks done
zation opened this issue Mar 5, 2024 · 1 comment
Open
3 tasks done

packagerConfig.appVersion is not working in makers #3523

zation opened this issue Mar 5, 2024 · 1 comment

Comments

@zation
Copy link

zation commented Mar 5, 2024

Pre-flight checklist

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project uses.
  • I have searched the issue tracker for a bug that matches the one I want to file, without success.

Electron Forge version

7.3.0

Electron version

v29.0.1

Operating system

macOS

Last known working Electron Forge version

No response

Expected behavior

Makers use packagerConfig.appVersion as output path

Actual behavior

Makers use packageJSON.version instead of packagerConfig.appVersion as output path

Steps to reproduce

const forgeDefaultOutPath = path.resolve(makeDir, `${appName}-${packageJSON.version}-${targetArch}.dmg`);

Additional information

No response

@jindong5210
Copy link

I have the same problem.

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

No branches or pull requests

2 participants