You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"This standalone scala-cli launcher is supported only in Linux and Darwin OS. If you are using Windows, please use the dedicated launcher scala-cli.bat"
20
+
exit 1
21
+
fi
22
+
23
+
CACHE_DEST="$CACHE_BASE/$(echo "$SCALA_CLI_URL"| sed 's@://@/@')"
<DownloadButtondesc='Scala CLI for Windows'href='https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'></DownloadButton>
186
+
<DownloadButtondesc='Scala CLI for Windows'href='https://github.com/Virtuslab/scala-cli/releases/download/nightly/scala-cli-x86_64-pc-win32.msi'width='190px'></DownloadButton>
Script to automatically download and cache standalone scala-cli launcher.
256
+
257
+
<TabsgroupId="launcher"
258
+
defaultValue="macOS/Linux"
259
+
values={[
260
+
{label: 'macOS/Linux', value: 'macOS/Linux'},
261
+
]}>
262
+
<TabItemvalue="macOS/Linux">
263
+
264
+
<DownloadButtondesc='ScalaCLI launcher for macOs/Linux'href='https://github.com/VirtusLab/scala-cli/blob/master/scala-cli.sh'width='250px' ></DownloadButton>
0 commit comments