ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
24.7k stars 1.5k forks source link

Simples fixes to 'Compile.ps1' Script #2971

Closed og-mrk closed 2 weeks ago

og-mrk commented 1 month ago

Type of Change

Description

Commit Summery:

Testing

Tested these changes when:

  1. Compiling without providing any extra arguments (Compile.ps1)
  2. Compiling with providing -Run Argument (Compile.ps1 -Run)
  3. Compiling with providing -Run -Arguments "-Debug" (Compile.ps1 -Run -Arguments "-Debug")
  4. Done the previous cases when no syntax errors are present and when there's syntax errors in WinUtil's code base.

All previous manual tests have passed successfully.

Impact

Won't have a major impact on end-user nor on contributors.

Checklist