mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #324] [CLOSED] Added Target option for Start command #1142
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/324
Author: @callumhutchy
Created: 10/15/2019
Status: ❌ Closed
Base:
master← Head:ElectronizeStartCommandTargetOption📝 Commits (1)
d698e33Added Target option for Start command📊 Changes
1 file changed (+31 additions, -17 deletions)
View changed files
📝
ElectronNET.CLI/Commands/StartElectronCommand.cs(+31 -17)📄 Description
Uses the same structure as the /target for BuildCommand, changes the 'path' option to follow the same system /path .
Allows platform targeting when testing applications, which is necessary when using certain libraries.
Fixes #271
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.