mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	mls-software-openssh: fix tmp dir not exist (#2954)
This commit is contained in:
		
							parent
							
								
									9ff3734ed0
								
							
						
					
					
						commit
						e507ce5c70
					
				@ -8,7 +8,8 @@
 | 
				
			|||||||
    "post_install": [
 | 
					    "post_install": [
 | 
				
			||||||
        "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
 | 
					        "Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
 | 
				
			||||||
        "Remove-Item \"$dir\\`$TEMP\" -Recurse",
 | 
					        "Remove-Item \"$dir\\`$TEMP\" -Recurse",
 | 
				
			||||||
        "Remove-Item \"$dir\\uninstall.exe\""
 | 
					        "Remove-Item \"$dir\\uninstall.exe\"",
 | 
				
			||||||
 | 
					        "if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | out-null }"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "bin": [
 | 
					    "bin": [
 | 
				
			||||||
        "bin\\scp.exe",
 | 
					        "bin\\scp.exe",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user