Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Move output of "kpm pack" into "approot" folder #424

Merged
merged 1 commit into from
Jul 10, 2014

Conversation

ChengTian
Copy link
Contributor

parent #422

@@ -94,13 +95,13 @@ public void Emit()
{
File.WriteAllText(
Path.Combine(OutputPath, commandName + ".cmd"),
string.Format(template1, commandName, AppFolder ?? _project.Name, Runtimes.First().Name));
string.Format(template1, commandName, AppRootName + @"\src\" + AppFolder ?? _project.Name, Runtimes.First().Name));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always use Path.Combine we need to work cross platform

@ChengTian
Copy link
Contributor Author

@davidfowl @Eilon , thanks for feedbacks. Please check the latest change.

@davidfowl
Copy link
Member

:shipit:

@ChengTian ChengTian merged commit 2567a13 into dev Jul 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants