Skip to content

Commit

Permalink
Fix missleading typo in setup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 30, 2024
1 parent 3ef08b1 commit 6df36fa
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 6df36fa

Please sign in to comment.