| 
									
										
										
										
											2021-08-23 12:21:09 -05:00
										 |  |  | //go:build !windows | 
					
						
							|  |  |  | // +build !windows | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | package selfupdate | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Remove the target binary. | 
					
						
							| 
									
										
										
										
											2023-05-18 19:27:38 +02:00
										 |  |  | func removeResticBinary(_, _ string) error { | 
					
						
							| 
									
										
										
										
											2021-08-23 12:21:09 -05:00
										 |  |  | 	// removed on rename on this platform | 
					
						
							|  |  |  | 	return nil | 
					
						
							|  |  |  | } |