Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Removing %LAUNCHER_ARGS% from arguments for portable apps #153

Merged
merged 1 commit into from
Apr 22, 2016

Conversation

moozzyk
Copy link
Contributor

@moozzyk moozzyk commented Apr 22, 2016

Addresses #150

@@ -65,6 +65,12 @@ private static void TransformAspNetCore(XElement aspNetCoreElement, string appNa
if (!isPortable)
{
aspNetCoreElement.SetAttributeValue("processPath", appPath);
var arguments = (string)aspNetCoreElement.Attribute("arguments");
if (arguments != null && arguments.Contains("%LAUNCHER_ARGS%"))
{
Copy link
Member

Choose a reason for hiding this comment

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

Casing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

will update

@moozzyk moozzyk force-pushed the pawelka/launch-args branch from d1b770e to d63022a Compare April 22, 2016 17:49
@moozzyk
Copy link
Contributor Author

moozzyk commented Apr 22, 2016

🆙📅

@Tratcher
Copy link
Member

:shipit:

@moozzyk moozzyk force-pushed the pawelka/launch-args branch from d63022a to 4d24efc Compare April 22, 2016 18:07
@moozzyk moozzyk merged commit 4d24efc into release Apr 22, 2016
@moozzyk moozzyk deleted the pawelka/launch-args branch April 22, 2016 18:08
jkotalik pushed a commit that referenced this pull request Dec 8, 2017
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