 573a953a2f
			
		
	
	
		573a953a2f
		
			
		
	
	
	
	
		
			
			Co-authored-by: V <vendicated@riseup.net> Co-authored-by: kaitlynkitty <87152313+kaitlynkittyy@users.noreply.github.com> Co-authored-by: Curve <fynnbwdt@gmail.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			523 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			No EOL
		
	
	
		
			523 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # githubs api has a rate limit of 60/h if not authorised.
 | |
| # you may quickly hit that and get rate limited. To counteract this, you can provide a github token
 | |
| # here and it will be used. To do so, create a token at the following links and just leave
 | |
| # all permissions at the defaults (public repos read only, 0 permissions):
 | |
| # https://github.com/settings/personal-access-tokens/new
 | |
| GITHUB_TOKEN=
 | |
| 
 | |
| ELECTRON_LAUNCH_FLAGS="--ozone-platform-hint=auto --enable-webrtc-pipewire-capturer --enable-features=WaylandWindowDecorations" |