mirror of
https://github.com/xushier/HD-Icons.git
synced 2026-09-10 18:34:03 +08:00
5 lines
106 B
Batchfile
5 lines
106 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0publish.ps1" %*
|
|
pause
|