Skip to content

Commit

Permalink
Merge pull request #25949 from Jojo-Schmitz/setup.bat-typo
Browse files Browse the repository at this point in the history
Fix missleading typo in setup.bat
  • Loading branch information
cbjeukendrup authored Jan 1, 2025
2 parents 14d5921 + 6df36fa commit 00e0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/ci/windows/setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ECHO "=== Installing PortableApps.com Tools ==="
CALL "wget.exe" --no-check-certificate "https://s3.amazonaws.com/utils.musescore.org/portableappslauncher.zip" -O %TEMP_DIR%\portableappslauncher.zip
CALL "7z" x -y %TEMP_DIR%\portableappslauncher.zip "-oC:\portableappslauncher"

:: portableappslauncher is a vanilla installation of PortableApps.com Installer https://portableapps.com/apps/development/portableapps.com_launcher
:: portableappsinstaller is a vanilla installation of PortableApps.com Installer https://portableapps.com/apps/development/portableapps.com_installer
CALL "wget.exe" --no-check-certificate "https://s3.amazonaws.com/utils.musescore.org/portableappsinstaller.zip" -O %TEMP_DIR%\portableappsinstaller.zip
CALL "7z" x -y %TEMP_DIR%\portableappsinstaller.zip "-oC:\portableappsinstaller"
)
Expand Down

0 comments on commit 00e0f5e

Please sign in to comment.