Skip to content

Commit 63ad39d

Browse files
authored
correct ryjuinx name
1 parent 6ca8246 commit 63ad39d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: prepare.ps1

+4-4
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ function ConfigureScoop {
153153

154154

155155

156-
# scoop bucket rm emulator
156+
# scoop bucket rm emulator
157157
scoop bucket add emulators https://github.com/borger/scoop-emulators.git
158158

159-
scoop install ppsspp
160-
if ($LASTEXITCODE -ne 0) {
159+
scoop install ppsspp
160+
if ($LASTEXITCODE -ne 0) {
161161
throw "Scoop install failed."
162162
}
163163

@@ -166,7 +166,7 @@ function ConfigureScoop {
166166
throw "Scoop install failed."
167167
}
168168

169-
scoop install ryujinx.json
169+
scoop install ryujinx
170170
if ($LASTEXITCODE -ne 0) {
171171
throw "Scoop install failed."
172172
}

0 commit comments

Comments
 (0)