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

install.tar.gz location is wrongly documented #75

Open
lukka opened this issue May 26, 2020 · 1 comment
Open

install.tar.gz location is wrongly documented #75

lukka opened this issue May 26, 2020 · 1 comment

Comments

@lukka
Copy link
Member

lukka commented May 26, 2020

repro:
clone the repro,
open the solution,
build the x64 configuration

expected:
build succeeds

observed:
build fails with:
2>\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(4651,5): error MSB3030: Could not copy the file "D:\repos\WSL-DistroLauncher\x64\install.tar.gz" because it was not found.

Notes:
The file install.tar.gz is requested to be under the WSL-DistroLauncher\x64
The readme.md tells to put it into the root of the project, i.e. /WSL-DistroLauncher/

crramirez added a commit to crramirez/WSL-DistroLauncher that referenced this issue Oct 29, 2020
@greg-hellings
Copy link

You can add, as a pre-build event, copy $(SolutionDir)\install.tar.gz $(SolutionDir)$(Platform), and the solution will do the needful during build.

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