Skip to content

Commit

Permalink
force CHD
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 18, 2024
1 parent 5c4c1b6 commit 36c3d28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions functions/appImageInit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ function appImageInit(){
#AutoFixes
mkdir "$env:USERPROFILE/emudeck/feeds" -ErrorAction SilentlyContinue


#CHD
mkdir "$toolsPath\chdconv" -ErrorAction SilentlyContinue
Copy-Item -Path "$env:APPDATA\EmuDeck\backend\tools\chdconv\chdconv.ps1" -Destination "$toolsPath\chdconv\" -Force

#Remove SRM BOM
# $userConfigsFile="$toolsPath\userData\userConfigurations.json"
# $content = Get-Content -Path $userConfigsFile -Raw
Expand Down

0 comments on commit 36c3d28

Please sign in to comment.