File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1215,23 +1215,26 @@ function Setup-DesktopShortcuts {
1215
1215
1216
1216
switch ($args [0 ]) {
1217
1217
" -installDependencies" {
1218
+ Get-ScriptPath - ScriptPath $MyInvocation.MyCommand.Path
1218
1219
Install-Chocolatey
1219
1220
InstallScoop
1220
1221
ConfigureScoop
1221
1222
Install-AdditionalSoftware
1222
1223
}
1223
1224
" -acquireFiles" {
1225
+ Get-ScriptPath - ScriptPath $MyInvocation.MyCommand.Path
1224
1226
AcquireFiles
1225
1227
}
1226
1228
" -setupRoms" {
1229
+ Get-ScriptPath - ScriptPath $MyInvocation.MyCommand.Path
1227
1230
Setup- Roms
1228
1231
Setup- EmulationStationConfig
1229
1232
Setup- DolphinConfig
1230
1233
Setup- Scraper
1231
1234
Setup- DesktopShortcuts
1232
1235
}
1233
1236
default {
1234
- # If no parameter is provided, execute all functions
1237
+ Get-ScriptPath - ScriptPath $MyInvocation .MyCommand.Path
1235
1238
Install-Chocolatey
1236
1239
InstallScoop
1237
1240
ConfigureScoop
You can’t perform that action at this time.
0 commit comments