[2026-06-06] 설치 패키지 빌더 추가

This commit is contained in:
2026-06-06 12:57:20 +09:00
parent ad41a0cca1
commit 9f439db191
4 changed files with 162 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
setlocal
cd /d "%~dp0"
powershell.exe -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\build_installer.ps1" %*
echo.
pause