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

Add app packager #59

Closed
andydotxyz opened this issue Jan 3, 2019 · 5 comments
Closed

Add app packager #59

andydotxyz opened this issue Jan 3, 2019 · 5 comments
Assignees
Projects
Milestone

Comments

@andydotxyz
Copy link
Member

So we can create apps that better meet the expectations of a GUI user.

macOS: create an app bundle
windows: insert required metadata

Can we extract the icon set on the app object to avoid re-stating what is already coded in?

@andydotxyz andydotxyz created this issue from a note in UI Toolkit (In progress) Jan 3, 2019
@andydotxyz andydotxyz self-assigned this Jan 3, 2019
@niaow
Copy link
Contributor

niaow commented Jan 3, 2019

Also:

Linux: generate packaging scripts and /usr/share/applications entry. See this for more info.

@andydotxyz
Copy link
Member Author

That's the macOS support in the feature/package branch. Need to add Windows and Linux before we can merge in.

@andydotxyz
Copy link
Member Author

(for now using command line parameters rather than trying to parse the app's metadata from Go)

@andydotxyz
Copy link
Member Author

First pass linux is added @jadr2ddude, though I used /usr/local though - /usr is for system apps :).

Not sure about the resulting .tar.gz but without OS specific metadata it seemed like the most appropriate thing to do.

@andydotxyz
Copy link
Member Author

Windows support now added too :)

UI Toolkit automation moved this from In progress to Done Jan 15, 2019
@andydotxyz andydotxyz added this to the Release 1.0 milestone Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
UI Toolkit
  
Done
Development

No branches or pull requests

2 participants