mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-17 21:03:19 +08:00
8 lines
208 B
Batchfile
8 lines
208 B
Batchfile
@echo off
|
|
REM Build PortableApps Package
|
|
REM Usage: Build_PortableApp.cmd [arguments passed to BuildPortableApp.ps1]
|
|
|
|
setlocal
|
|
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0scripts\BuildPortableApp.ps1" %*
|