Skip to content

Commit

Permalink
[email protected]: Fix installer
Browse files Browse the repository at this point in the history
Fixes #14655
  • Loading branch information
aliesbelik committed Jan 7, 2025
1 parent e56b9ac commit a1d3eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bucket/makehuman.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\makehuman-community-$version-windows.exe\" \"$dir\"",
"Expand-7zipArchive \"$dir\\makehuman-community_$version.exe\" \"$dir\"",
"Write-Output \"& $dir\\Python\\pythonw.exe $dir\\mhstartwrapper.py @args\" | Out-File -Encoding utf8 \"$dir\\makehuman.ps1\"",
"Remove-Item \"$dir\\makehuman-community-$version-windows.exe\""
"Remove-Item \"$dir\\makehuman-community_$version.exe\""
]
},
"checkver": {
Expand Down

0 comments on commit a1d3eaa

Please sign in to comment.