This commit is contained in:
yuejiajun 2025-09-24 23:10:13 +08:00
parent 0de4810365
commit 25bde28b29
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@
# 版本: v0.0.2
# 功能: 转化工具,将 ps1 转为可执行 exe 文件
# Get-Module -ListAvailable -Name PS2EXE
# Install-Module ps2exe
#
# Set-ExecutionPolicy RemoteSigned -Scope Process -Force
# Import-Module ps2exe -ErrorAction Stop

View File

@ -1,4 +1,4 @@
#!PowerShell
#!PowerShell
######################################################################