Skip to content

Commit

Permalink
chddeck
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Oct 18, 2024
1 parent 36c3d28 commit cfa21fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/appImageInit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function appImageInit(){

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

#Remove SRM BOM
# $userConfigsFile="$toolsPath\userData\userConfigurations.json"
Expand Down

0 comments on commit cfa21fe

Please sign in to comment.