mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-11-03 18:01:55 +01:00 
			
		
		
		
	this was copied from upstream, but specific to microsoft's fork of electron (?) closes https://gitlab.alpinelinux.org/alpine/aports/-/issues/15941
		
			
				
	
	
		
			8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			197 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
ELECTRON_RUN_AS_NODE=1 \
 | 
						|
ELECTRON_STILL_PASS_THE_DEFAULT_FLAGS=1 \
 | 
						|
exec /usr/bin/electron "/usr/lib/code-oss/resources/app/out/cli.js" \
 | 
						|
	--app="/usr/lib/code-oss/resources/app" \
 | 
						|
	"$@"
 |