Skip to content

Build uses post-build event to copy files #2

@Stephanvs

Description

@Stephanvs

Hi there!

First, thanks for releasing the sources for STKP sim connect server on GitHub 🎉 .

When I cloned the repo, and tried to do a build, it fails with the following error:

The command "xcopy /E "C:\...\stkp-simconnect-server\SimConnectServer\bin\Debug\*.exe" "G:\SSDProjects\stkpcp\static\p3d\" /Y
xcopy /E "C:\...\stkp-simconnect-server\SimConnectServer\bin\Debug\*.dll" "G:\SSDProjects\stkpcp\static\p3d\" /Y" exited with code 4.

Obviously, I don't use the same path as you have on your computer. This means that the build is not really usable because of the file copy steps. One way to solve this is to create a .bat/.cmd script which can be run independently of the build.

Please let me know what you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions