mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
add per vendor support for check_profile check
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@echo off
|
||||
REM Runs check_profile.ps1, the Windows twin of check_profile.sh, from cmd.
|
||||
REM Arguments are passed straight through, so anything the .ps1 takes works here:
|
||||
REM scripts\check_profile.bat -Vendor Elegoo validate_custom
|
||||
REM -ExecutionPolicy Bypass is needed because a Windows client defaults to Restricted,
|
||||
REM which refuses to run a checked-out .ps1 at all.
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0check_profile.ps1" %*
|
||||
|
||||
Reference in New Issue
Block a user