Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

goxc doesn't respect AppName configuration #40

Closed
joshuaspence opened this issue Apr 23, 2014 · 2 comments
Closed

goxc doesn't respect AppName configuration #40

joshuaspence opened this issue Apr 23, 2014 · 2 comments

Comments

@joshuaspence
Copy link

It seems that the AppName configuration in .goxc.json is not treated the same as the -n=... command line flags.

If I run goxc -n=foobar xc pkg-build then my output DEB is at ./build/1.0.0/foobar_1.0.0_amd64.deb. However, if I run goxc -n=foobar -wc xc pkg-build and then goxc xc pkg-build then my output DEB is at ./build/1.0.0/X_1.0.0_amd64.deb, where X is the name of the current directory.

@laher
Copy link
Owner

laher commented Apr 23, 2014

OK fixed. Please update goxc (go get -u), and it should work now. Please let me know the outcome & thanks for reporting

@joshuaspence
Copy link
Author

Thanks

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

No branches or pull requests

2 participants