Deployment: No longer use CI windows assets, include about.html (#1564)
* Include about.html in production Electron build * Remove windows from fetch-release task, fix permissions We no longer use the pre-built assets from AppVeyor for our Windows build. * AppVeyor: Remove capture/upload of built assetspull/749/head
							parent
							
								
									9e7c2357a4
								
							
						
					
					
						commit
						7e328bcacd
					
				@ -1,6 +1,4 @@
 | 
			
		||||
set -e
 | 
			
		||||
find release/linux -type d | xargs chmod 755
 | 
			
		||||
find release/linux -type f | xargs chmod 644
 | 
			
		||||
find release/windows -type d | xargs chmod 755
 | 
			
		||||
find release/windows -type f | xargs chmod 644
 | 
			
		||||
chmod +x release/linux/signal-desktop
 | 
			
		||||
 | 
			
		||||
					Loading…
					
					
				
		Reference in New Issue