meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
digital:software:riotim [2018/10/25 11:02]
natrius created
digital:software:riotim [2019/01/22 11:45]
natrius [Enter Dev-Tools]
Line 2: Line 2:
  
 ## Proxy ## Proxy
-Create a riot.cmd file wherever you want with the following lines+ 
 +Create a ''riot.cmd'' file wherever you want where you add the following line
 <code>START "" "%LOCALAPPDATA%\riot\Riot.exe" --proxy-server=http://proxy:3128 <code>START "" "%LOCALAPPDATA%\riot\Riot.exe" --proxy-server=http://proxy:3128
 </code> </code>
  
 ## Multiprofile ## Multiprofile
-Create a two *.cmd files (ex. riot_profile1.cmd and riot_profile2.cmd) where you add the following line 
  
-    riot_profile1.cmd+Create a ''riot.cmd'' file wherever you want where you add the following line. 
 <code>START "" "%LOCALAPPDATA%\riot\Riot.exe" --profile=profile1 <code>START "" "%LOCALAPPDATA%\riot\Riot.exe" --profile=profile1
 </code> </code>
  
-    riot_profile2.cmd +Now you can start your original riot.im application with your original account and the riot.cmd with the new profile for testing purposes for example. 
-<code>START "" "%LOCALAPPDATA%\riot\Riot.exe" --profile=profile2 + 
-</code>+## Enter Dev-Tools 
 + 
 +To view errors and get an overview over network ''CTRL'' + ''SHIFT'' + ''I'' (Should work in general in Electron-Apps)