We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca8246 commit 63ad39dCopy full SHA for 63ad39d
prepare.ps1
@@ -153,11 +153,11 @@ function ConfigureScoop {
153
154
155
156
- # scoop bucket rm emulator
+ # scoop bucket rm emulator
157
scoop bucket add emulators https://github.com/borger/scoop-emulators.git
158
159
- scoop install ppsspp
160
- if ($LASTEXITCODE -ne 0) {
+ scoop install ppsspp
+ if ($LASTEXITCODE -ne 0) {
161
throw "Scoop install failed."
162
}
163
@@ -166,7 +166,7 @@ function ConfigureScoop {
166
167
168
169
- scoop install ryujinx.json
+ scoop install ryujinx
170
if ($LASTEXITCODE -ne 0) {
171
172
0 commit comments