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

fix(linux): executable breakes if productName given #1060

Closed
wants to merge 1 commit into from
Closed

fix(linux): executable breakes if productName given #1060

wants to merge 1 commit into from

Conversation

stanfieldr
Copy link
Contributor

Change the path to the executable so the symlink in /usr/local/bin does not break

Change the path to the executable so the symlink in /usr/local/bin does not break
@mention-bot
Copy link

@stanfieldr, thanks for your PR! By analyzing the history of the files in this pull request, we identified @xseignard to be a potential reviewer.

@@ -50,6 +50,7 @@ export default class FpmTarget extends Target {
const templateOptions = Object.assign({
// old API compatibility
executable: this.packager.executableName,
productName: this.packager.info.metadata.productName
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change to this.packager.appInfo.productFilename

@develar develar closed this in 2906227 Dec 29, 2016
@develar
Copy link
Member

develar commented Dec 29, 2016

Thanks, merged.

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

Successfully merging this pull request may close these issues.

3 participants