Skip to content

Commit

Permalink
bugfix: Rename-Item path do not accept wildcard characters(#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
idhyt authored Dec 18, 2024
1 parent 832bd1a commit 1ca3d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/voov-meeting.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Import-Module $(Join-Path $(Find-BucketDirectory -Root -Name ox) scripts/DoradoUtils.psm1)",
"Mount-ExternalRuntimeData -Source \"$persist_dir\" -Target \"$env:APPDATA\\Tencent\\VooVMeeting\"",
"Remove-Module -Name DoradoUtils",
"Rename-Item -Path \"$dir\\`$_*\" -NewName \"$version\" -Force",
"Get-ChildItem \"$dir\\`$_*\" | Rename-Item -NewName \"$version\" -Force",
"Remove-Item \"$dir\\`$*\" -Recurse -Force -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\voovmeetingapp_new.exe\" -Force -ErrorAction SilentlyContinue",
"create_startmenu_shortcuts $manifest $original_dir $global $architecture",
Expand Down

0 comments on commit 1ca3d65

Please sign in to comment.