1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-22 02:12:30 +01:00

Update setup.bat

This commit is contained in:
Stylix58 2021-05-01 16:47:01 +02:00 committed by GitHub
parent dc5ff4644a
commit 024eb1717f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,14 @@ git clone https://github.com/fosscord/react-native-withcss react-native-withcss
echo {"folders":[{"path":"overview"},{"path":"cdn"},{"path":"api"},{"path":"gateway"},{"path":"media"},{"path":"server-util"},{"path":"ui"},{"path":"client"},{"path":"plugins"},{"path":"themes"},{"path":"landingpage"},{"path":"dashboard"},{"path":"support"},{"path":"css-mediaquery"},{"path":"react-native-withcss"}]}> fosscord.code-workspace
IF ERRORLEVEL 0 (
CHOICE /c yn /m "Do you want to launch the VS Code workspace?"
IF %ERRORLEVEL% == 2 GOTO :rpc
ECHO Opening VS Code Workspace
code fosscord.code-workspace
)
:rpc
CHOICE /c yn /m "Do you want to install the Discord Rich Presence?"
IF %ERRORLEVEL% == 2 GOTO :end
cd ..