Skip to content

Make paths unix/windows compatible.#23

Open
igor-kozlov wants to merge 1 commit into
danielbohannon:masterfrom
igor-kozlov:core
Open

Make paths unix/windows compatible.#23
igor-kozlov wants to merge 1 commit into
danielbohannon:masterfrom
igor-kozlov:core

Conversation

@igor-kozlov

Copy link
Copy Markdown

This patch allows to run Revoke-Obfuscation on both Windows PowerShell and PowerShell Core.

This patch allows to run Revoke-Obfuscation on both Windows PowerShell and PowerShell Core.
@gro-ser

gro-ser commented Apr 25, 2021

Copy link
Copy Markdown

Why you write Join-Path A (Join-Path B C)? Use Join-Path A B C instead.

You can just replace all '\' with '/'. Windows Powershell will work with it.

@gro-ser

gro-ser commented Apr 25, 2021

Copy link
Copy Markdown

Please look at 5a8d7a3

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

Successfully merging this pull request may close these issues.

2 participants