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:
parent
dc5ff4644a
commit
024eb1717f
@ -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 ..
|
||||
|
Loading…
Reference in New Issue
Block a user