增加potplayer的控制,更改默认为potplayer,增加打包命令的上传

This commit is contained in:
2026-01-20 09:07:21 +08:00
parent b7aca76137
commit 1e3161f4e1
3 changed files with 6 additions and 2 deletions
+4 -2
View File
@@ -60,7 +60,8 @@ function Test-MediaPlayerRunning {
"GrooveMusic",
"WindowsMediaPlayer",
"QQMusic",
"Microsoft.Media.Player"
"Microsoft.Media.Player",
"PotPlayerMini64"
)
foreach ($player in $mediaPlayers) {
@@ -98,7 +99,8 @@ function Start-MediaPlayer {
#>
param([bool]$Silent = $false)
$shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
# $shortcutPath = "D:\1awd\快速使用\应用\mus.lnk"
$shortcutPath = "D:\1awd\快速使用\应用\pot.lnk"
if (Test-Path $shortcutPath) {
try {