Skip to content

Commit

Permalink
🐞 fix:
Browse files Browse the repository at this point in the history
fix installer script module import error
  • Loading branch information
RecursiveMaple committed Feb 9, 2024
1 parent 5f4951f commit 6cb4dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/tencent-meeting.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"hash": "md5:d122f552311a19c56e3cf2e6317830cf",
"installer": {
"script": [
"Import-Module $(Join-Path $(Find-BucketDirectory -Root -Name ox) scripts/DoradoUtils.psm1)",
"Import-Module $(Join-Path $(Find-BucketDirectory -Root -Name RecursiveMaple_scoop) scripts/DoradoUtils.psm1)",
"Mount-ExternalRuntimeData -Source \"$persist_dir\" -Target \"$env:APPDATA\\Tencent\\WeMeet\"",
"Remove-Module -Name DoradoUtils",
"Rename-Item -Path \"$dir\\`$_*\" -NewName \"$version\" -Force",
Expand Down

0 comments on commit 6cb4dcb

Please sign in to comment.