From f887dfe3a7bba9d36508e048f3ea6e2e051dd768 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Fri, 29 May 2020 16:20:11 -0400 Subject: [PATCH] fixed a dash with the wrong encoding --- src/build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build.ps1 b/src/build.ps1 index 34cadbe..ac9d3bd 100644 --- a/src/build.ps1 +++ b/src/build.ps1 @@ -9,7 +9,7 @@ executable (PE) releases automatically using PyInstaller. This script is currently only tuned for K4YT3X's environment. To start a PowerShell session with execution policy bypass -powershell –ExecutionPolicy Bypass +powershell -ExecutionPolicy Bypass #> if ($args.count -ne 1){