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

Packaging should put skywire apps in a separate directory. #227

Closed
evanlinjin opened this issue Mar 12, 2020 · 1 comment · Fixed by #228
Closed

Packaging should put skywire apps in a separate directory. #227

evanlinjin opened this issue Mar 12, 2020 · 1 comment · Fixed by #228
Assignees
Labels
enhancement New feature or request

Comments

@evanlinjin
Copy link
Contributor

evanlinjin commented Mar 12, 2020

Feature description

Currently, release packages put all binaries in the same level. However, apps should really be separated into a nested directory.

Is your feature request related to a problem? Please describe.
This makes it easier to get things up and running.

Describe the solution you'd like
Current layout:

.
├── CHANGELOG.md
├── README.md
├── skychat
├── skysocks
├── skysocks-client
├── skywire-cli
└── skywire-visor

Proposed layout:

.
├── apps
│   ├── skychat
│   ├── skysocks
│   └── skysocks-client
├── CHANGELOG.md
├── README.md
├── skywire-cli
└── skywire-visor

@jdknives
Copy link
Member

Closed by #228

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

Successfully merging a pull request may close this issue.

3 participants